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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Test that hitting areas outside a paged container takes us to the right text con tent on some page.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 To the right of page 1:
7 PASS document.caretRangeFromPoint(360,91).startOffset is 0
8 PASS document.caretRangeFromPoint(360,150).startOffset is 0
9 PASS document.caretRangeFromPoint(360,300).startOffset is 0
10 Below page 1:
11 PASS document.caretRangeFromPoint(400,320).startOffset is 0
12 PASS document.caretRangeFromPoint(330,320).startOffset is 0
13 PASS document.caretRangeFromPoint(290,320).startOffset is 4
14 PASS document.caretRangeFromPoint(250,320).startOffset is 8
15 Scroll to page 3
16 Above page 3:
17 PASS document.caretRangeFromPoint(330,0).startOffset is 27
18 PASS document.caretRangeFromPoint(290,0).startOffset is 31
19 PASS document.caretRangeFromPoint(250,0).startOffset is 35
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23 xxx xxx xxx xxx xxx xxx xxx xxx xxx
OLDNEW
« 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