Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/vertical-lr/caret-range-anonymous-block-rtl-expected.txt

Issue 1003303005: [New Multicolumn] Correct localPoint when hitting an anonymous child block. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 Test that hitting an anonymous block child of a multicol container takes us to t he right text content.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 First column:
7 PASS document.caretRangeFromPoint(119,250).startOffset is 3
8 PASS document.caretRangeFromPoint(120,250).startOffset is 7
9 PASS document.caretRangeFromPoint(140,250).startOffset is 11
10 Second column:
11 PASS document.caretRangeFromPoint(119,150).startOffset is 15
12 PASS document.caretRangeFromPoint(120,150).startOffset is 19
13 PASS document.caretRangeFromPoint(140,150).startOffset is 23
14 Third column:
15 PASS document.caretRangeFromPoint(119,50).startOffset is 27
16 PASS document.caretRangeFromPoint(120,50).startOffset is 31
17 PASS document.caretRangeFromPoint(140,50).startOffset is 35
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21 xxx xxx xxx xxx xxx xxx xxx xxx xxx
OLDNEW

Powered by Google App Engine