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

Unified Diff: LayoutTests/fast/pagination/caret-range-outside-paged-y-rtl-vertical-rl-expected.txt

Issue 978603003: [New Multicolumn] Make positionForPoint() work. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More tests Created 5 years, 9 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/pagination/caret-range-outside-paged-y-rtl-vertical-rl-expected.txt
diff --git a/LayoutTests/fast/pagination/caret-range-outside-paged-y-rtl-vertical-rl-expected.txt b/LayoutTests/fast/pagination/caret-range-outside-paged-y-rtl-vertical-rl-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..89265b8d757b19b6446c3b1818b726a2335ce072
--- /dev/null
+++ b/LayoutTests/fast/pagination/caret-range-outside-paged-y-rtl-vertical-rl-expected.txt
@@ -0,0 +1,23 @@
+Test that hitting areas outside a paged container takes us to the right text content on some page.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+To the right of page 1:
+PASS document.caretRangeFromPoint(360,91).startOffset is 0
+PASS document.caretRangeFromPoint(360,150).startOffset is 0
+PASS document.caretRangeFromPoint(360,300).startOffset is 0
+Below page 1:
+PASS document.caretRangeFromPoint(400,320).startOffset is 0
+PASS document.caretRangeFromPoint(330,320).startOffset is 0
+PASS document.caretRangeFromPoint(290,320).startOffset is 4
+PASS document.caretRangeFromPoint(250,320).startOffset is 8
+Scroll to page 3
+Above page 3:
+PASS document.caretRangeFromPoint(330,0).startOffset is 27
+PASS document.caretRangeFromPoint(290,0).startOffset is 31
+PASS document.caretRangeFromPoint(250,0).startOffset is 35
+PASS successfullyParsed is true
+
+TEST COMPLETE
+xxx xxx xxx xxx xxx xxx xxx xxx xxx
« no previous file with comments | « LayoutTests/fast/pagination/caret-range-outside-paged-y-rtl-vertical-rl.html ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698