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

Side by Side Diff: LayoutTests/fast/dom/margin-left-margin-right-auto-expected.txt

Issue 793283002: Move recently landed align attribute tests to fast/block/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « LayoutTests/fast/dom/margin-left-margin-right-auto.html ('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
(Empty)
1 PASS rtl_ml_in_ltr.getBoundingClientRect().right is 700
2 PASS ltr_ml_in_ltr.getBoundingClientRect().right is 700
3 PASS rtl_mr_in_ltr.getBoundingClientRect().left is 0
4 PASS ltr_mr_in_ltr.getBoundingClientRect().left is 0
5 PASS rtl_ml_in_rtl.getBoundingClientRect().right is 700
6 PASS ltr_ml_in_rtl.getBoundingClientRect().right is 700
7 PASS rtl_mr_in_rtl.getBoundingClientRect().left is 0
8 PASS ltr_mr_in_rtl.getBoundingClientRect().left is 0
9 PASS rtl_ml_in_ltr_r.getBoundingClientRect().right is 700
10 PASS ltr_ml_in_ltr_r.getBoundingClientRect().right is 700
11 PASS rtl_mr_in_ltr_r.getBoundingClientRect().left is 0
12 PASS ltr_mr_in_ltr_r.getBoundingClientRect().left is 0
13 PASS rtl_ml_in_rtl_l.getBoundingClientRect().right is 700
14 PASS ltr_ml_in_rtl_l.getBoundingClientRect().right is 700
15 PASS rtl_mr_in_rtl_l.getBoundingClientRect().left is 0
16 PASS ltr_mr_in_rtl_l.getBoundingClientRect().left is 0
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/margin-left-margin-right-auto.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698