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

Side by Side Diff: LayoutTests/fast/multicol/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: rebase master 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 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(310,39).startOffset is 3
8 PASS document.caretRangeFromPoint(310,40).startOffset is 7
9 PASS document.caretRangeFromPoint(310,79).startOffset is 11
10 Second column:
11 PASS document.caretRangeFromPoint(210,39).startOffset is 15
12 PASS document.caretRangeFromPoint(210,40).startOffset is 19
13 PASS document.caretRangeFromPoint(210,79).startOffset is 23
14 Third column:
15 PASS document.caretRangeFromPoint(110,39).startOffset is 27
16 PASS document.caretRangeFromPoint(110,40).startOffset is 31
17 PASS document.caretRangeFromPoint(110,79).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
This is Rietveld 408576698