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

Unified Diff: LayoutTests/fast/multicol/inline-getclientrects-expected.txt

Issue 256743006: [New Multicolumn] Make offsetLeft, offsetTop and getClientRects() behave. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master Created 6 years, 8 months 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
Index: LayoutTests/fast/multicol/inline-getclientrects-expected.txt
diff --git a/LayoutTests/fast/multicol/inline-getclientrects-expected.txt b/LayoutTests/fast/multicol/inline-getclientrects-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..07e965bff7375df0e94f47e7e1b2c25de473e751
--- /dev/null
+++ b/LayoutTests/fast/multicol/inline-getclientrects-expected.txt
@@ -0,0 +1,19 @@
+PASS rects.length is 2
+PASS rects[1].left is > rects[0].left
+PASS rects[0].top is > rects[1].top
+PASS rects[0].right - rects[0].left is > 0
+PASS rects[1].right - rects[1].left is rects[0].right - rects[0].left
+PASS rects[0].bottom - rects[0].top is > 0
+PASS rects[1].bottom - rects[1].top is rects[0].bottom - rects[0].top
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
+
+
+
+XXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXX
+
+
+

Powered by Google App Engine
This is Rietveld 408576698