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

Side by Side Diff: LayoutTests/editing/selection/hit-test-on-text-with-line-height-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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
1 This test ensures WebKit can place caret after the line even when the line-heigh t is smaller than a line. To manually test, click inside the black box outside t he red box. The caret should be placed at the end of "hello". 1 This test ensures WebKit can place caret after the line even when the line-heigh t is smaller than a line. To manually test, click inside the black box outside t he red box. The caret should be placed at the end of "hello".
2 2
3 Also test that when you click in the red box above or below the black box, caret is placed at where you clicked. 3 Also test that when you click in the red box above or below the black box, caret is placed at where you clicked.
4 4
5 PASS Click after hello 5 PASS Click after hello
6 PASS Click after hello (top) 6 PASS Click after hello (top)
7 PASS Click after hello (bottom) 7 PASS Click after hello (bottom)
8 8
9 Click above black box 9 Click above black box
10 PASS before h 10 PASS before h
11 PASS before e 11 PASS before e
12 PASS before l 12 PASS before l
13 PASS before l 13 PASS before l
14 PASS before o 14 PASS before o
15 PASS after "hello" 15 PASS after "hello"
16 16
17 Click below black box 17 Click below black box
18 PASS before h 18 PASS before h
19 PASS before e 19 PASS before e
20 PASS before l 20 PASS before l
21 PASS before l 21 PASS before l
22 PASS before o 22 PASS before o
23 PASS after "hello" 23 PASS after "hello"
24 PASS successfullyParsed is true
24 25
26 TEST COMPLETE
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698