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

Side by Side Diff: LayoutTests/fast/dom/margin-for-inverted-direction-expected.txt

Issue 766223004: Blocks should be aligned by style of parents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: consider ltr in rtl 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
OLDNEW
(Empty)
1 PASS rtl_table_in_ltr.getBoundingClientRect().right is 792
2 PASS rtl_div_in_ltr.getBoundingClientRect().right is 792
3 PASS ltr_table_in_ltr.getBoundingClientRect().right is 792
4 PASS ltr_div_in_ltr.getBoundingClientRect().right is 792
5 PASS rtl_table_in_rtl.getBoundingClientRect().left is 8
6 PASS rtl_div_in_rtl.getBoundingClientRect().left is 8
7 PASS ltr_table_in_rtl.getBoundingClientRect().left is 8
8 PASS ltr_div_in_rtl.getBoundingClientRect().left is 8
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698