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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « sky/tests/layout/margins-absolute-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 FAIL: 1 FAIL:
2 <div class="child" data-total-y="10" style="background-color: salmon"> 2 <div class="child" data-total-y="15" style="background-color: salmon">
3 Expected 10 for clientTop+offsetTop, but got 0, clientTop: 0, + offsetTop: 0. 3 Expected 15 for clientTop+offsetTop, but got 10, clientTop: 0, + offsetTop: 10.
4 <div class="child" data-total-y="50" style="background-color: papayawhip"> 4 <div class="child" data-total-y="65" style="background-color: papayawhip">
5 Expected 50 for clientTop+offsetTop, but got 40, clientTop: 0, + offsetTop: 40. 5 Expected 65 for clientTop+offsetTop, but got 60, clientTop: 0, + offsetTop: 60.
OLDNEW
« 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