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

Side by Side Diff: LayoutTests/editing/selection/stay-in-textarea-expected.txt

Issue 20572005: Allow selection to skip over contenteditable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Work around minor platform differences in test Created 7 years, 3 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
« no previous file with comments | « LayoutTests/editing/selection/stay-in-textarea.html ('k') | Source/core/dom/Position.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Before
2
3
4 After
5
6 Ensure that extending a selection beyond a textarea does not escape outside its shadow root.
7
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
9
10
11 PASS textareaSelection.focusOffset is 2
12 PASS textareaSelection.focusNode is initialTextareaFocusNode
13 PASS textareaSelection.focusOffset is 3
14 PASS textareaSelection.focusNode is initialTextareaFocusNode
15 PASS textareaSelection.focusOffset is 4
16 PASS textareaSelection.focusNode is initialTextareaFocusNode
17 PASS textareaSelection.focusOffset is 4
18 PASS textareaSelection.focusNode is initialTextareaFocusNode
19 PASS textareaSelection.focusOffset is 4
20 PASS textareaSelection.focusNode is initialTextareaFocusNode
21 PASS textareaSelection.focusOffset is 4
22 PASS window.getSelection().focusNode is initialFocusNode
23 PASS window.getSelection().focusOffset is initialFocusOffset
24 PASS successfullyParsed is true
25
26 TEST COMPLETE
27
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/stay-in-textarea.html ('k') | Source/core/dom/Position.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698