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

Side by Side Diff: LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt

Issue 20572005: Allow selection to skip over contenteditable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 4 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 Before
2
3 Middle
4
5 After
6
7 Ensure that extending a selection inside a contentEditable skips past an unedita ble region.
8
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
10
11
12 PASS window.getSelection().focusNode == after is true
13 PASS window.getSelection().focusNode.parentElement == before is true
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698