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

Side by Side Diff: LayoutTests/accessibility/contenteditable-caret-position-expected.txt

Issue 1056763002: Reland: Made content editables report the caret and text selection by treating them as text controls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merged with master. Created 5 years, 8 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
OLDNEW
(Empty)
1 Line 1
2
3 Line 1
4 Line 2
5
6 Line 3
7
8 This tests that caret position is reported correctly for contenteditable element s.
9
10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
11
12
13 PASS textboxAccessible.selectionStart is 0
14 PASS textboxAccessible.selectionEnd is 0
15 PASS textboxAccessible.selectionStart is 1
16 PASS textboxAccessible.selectionEnd is 1
17 PASS textboxAccessible.selectionStart is 0
18 PASS textboxAccessible.selectionEnd is 0
19 PASS line2Accessible.selectionStart is 0
20 PASS line2Accessible.selectionEnd is 0
21 PASS line2Accessible.selectionStart is 3
22 PASS line2Accessible.selectionEnd is 3
23 PASS contenteditableAccessible.selectionStart is 6
24 PASS contenteditableAccessible.selectionEnd is 6
25 PASS contenteditableAccessible.selectionStart is 13
26 PASS contenteditableAccessible.selectionEnd is 13
27 PASS contenteditableAccessible.selectionStart is 21
28 PASS contenteditableAccessible.selectionEnd is 21
29 PASS successfullyParsed is true
30
31 TEST COMPLETE
32
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/contenteditable-caret-position.html ('k') | LayoutTests/accessibility/editable-selected-range.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698