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

Unified Diff: LayoutTests/fast/multicol/vertical-rl/client-rect-after-spanner-expected.txt

Issue 1190153002: Make mapLocalToContainer() work properly for content that follows a column spanner. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/vertical-rl/client-rect-after-spanner-expected.txt
diff --git a/LayoutTests/fast/multicol/vertical-rl/client-rect-after-spanner-expected.txt b/LayoutTests/fast/multicol/vertical-rl/client-rect-after-spanner-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5841ca11fce03bfedf3328923b85d776bae2855a
--- /dev/null
+++ b/LayoutTests/fast/multicol/vertical-rl/client-rect-after-spanner-expected.txt
@@ -0,0 +1,29 @@
+Test that getBoundingClientRect works as expected on content after a spanner, writing-mode is vertical-rl
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getElementById('elm1').getBoundingClientRect().left is 150
+PASS document.getElementById('elm1').getBoundingClientRect().top is 100
+PASS document.getElementById('elm2').getBoundingClientRect().left is 100
+PASS document.getElementById('elm2').getBoundingClientRect().top is 100
+PASS document.getElementById('elm3').getBoundingClientRect().left is 150
+PASS document.getElementById('elm3').getBoundingClientRect().top is 216
+PASS document.getElementById('elm4').getBoundingClientRect().left is 100
+PASS document.getElementById('elm4').getBoundingClientRect().top is 216
+PASS document.getElementById('elm5').getBoundingClientRect().left is 150
+PASS document.getElementById('elm5').getBoundingClientRect().top is 332
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
+
+
+
+
+
+
+
+
+
« no previous file with comments | « LayoutTests/fast/multicol/vertical-rl/client-rect-after-spanner.html ('k') | Source/core/layout/LayoutMultiColumnSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698