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

Unified Diff: LayoutTests/fast/dom/margin-left-margin-right-auto-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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/margin-left-margin-right-auto.html ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/margin-left-margin-right-auto-expected.txt
diff --git a/LayoutTests/fast/dom/margin-left-margin-right-auto-expected.txt b/LayoutTests/fast/dom/margin-left-margin-right-auto-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..86501185a244f3ecff4cd4adbf937a5f60f4d244
--- /dev/null
+++ b/LayoutTests/fast/dom/margin-left-margin-right-auto-expected.txt
@@ -0,0 +1,20 @@
+PASS rtl_ml_in_ltr.getBoundingClientRect().right is 700
+PASS ltr_ml_in_ltr.getBoundingClientRect().right is 700
+PASS rtl_mr_in_ltr.getBoundingClientRect().left is 0
+PASS ltr_mr_in_ltr.getBoundingClientRect().left is 0
+PASS rtl_ml_in_rtl.getBoundingClientRect().right is 700
+PASS ltr_ml_in_rtl.getBoundingClientRect().right is 700
+PASS rtl_mr_in_rtl.getBoundingClientRect().left is 0
+PASS ltr_mr_in_rtl.getBoundingClientRect().left is 0
+PASS rtl_ml_in_ltr_r.getBoundingClientRect().right is 700
+PASS ltr_ml_in_ltr_r.getBoundingClientRect().right is 700
+PASS rtl_mr_in_ltr_r.getBoundingClientRect().left is 0
+PASS ltr_mr_in_ltr_r.getBoundingClientRect().left is 0
+PASS rtl_ml_in_rtl_l.getBoundingClientRect().right is 700
+PASS ltr_ml_in_rtl_l.getBoundingClientRect().right is 700
+PASS rtl_mr_in_rtl_l.getBoundingClientRect().left is 0
+PASS ltr_mr_in_rtl_l.getBoundingClientRect().left is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/margin-left-margin-right-auto.html ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698