Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Unified Diff: sky/tests/layout/margins-expected.txt

Issue 700743002: Remove margin collapsing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/layout/margins-absolute-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/layout/margins-expected.txt
diff --git a/sky/tests/layout/margins-expected.txt b/sky/tests/layout/margins-expected.txt
index 26a08bedaf16a79913780449294d99e0e86a8af8..63bf405cfbef9a152707142d1c6c7616238b0ede 100644
--- a/sky/tests/layout/margins-expected.txt
+++ b/sky/tests/layout/margins-expected.txt
@@ -1,5 +1,5 @@
FAIL:
-<div class="child" data-total-y="10" style="background-color: salmon">
-Expected 10 for clientTop+offsetTop, but got 0, clientTop: 0, + offsetTop: 0.
-<div class="child" data-total-y="50" style="background-color: papayawhip">
-Expected 50 for clientTop+offsetTop, but got 40, clientTop: 0, + offsetTop: 40.
+<div class="child" data-total-y="15" style="background-color: salmon">
+Expected 15 for clientTop+offsetTop, but got 10, clientTop: 0, + offsetTop: 10.
+<div class="child" data-total-y="65" style="background-color: papayawhip">
+Expected 65 for clientTop+offsetTop, but got 60, clientTop: 0, + offsetTop: 60.
« no previous file with comments | « sky/tests/layout/margins-absolute-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698