| Index: LayoutTests/editing/selection/stay-in-textarea-expected.txt
|
| diff --git a/LayoutTests/editing/selection/stay-in-textarea-expected.txt b/LayoutTests/editing/selection/stay-in-textarea-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..45bee93bf18dd16bbb232854d2a4c5020b8980b0
|
| --- /dev/null
|
| +++ b/LayoutTests/editing/selection/stay-in-textarea-expected.txt
|
| @@ -0,0 +1,27 @@
|
| +Before
|
| +
|
| +
|
| +After
|
| +
|
| +Ensure that extending a selection beyond a textarea does not escape outside its shadow root.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS textareaSelection.focusOffset is 2
|
| +PASS textareaSelection.focusNode is initialTextareaFocusNode
|
| +PASS textareaSelection.focusOffset is 3
|
| +PASS textareaSelection.focusNode is initialTextareaFocusNode
|
| +PASS textareaSelection.focusOffset is 4
|
| +PASS textareaSelection.focusNode is initialTextareaFocusNode
|
| +PASS textareaSelection.focusOffset is 4
|
| +PASS textareaSelection.focusNode is initialTextareaFocusNode
|
| +PASS textareaSelection.focusOffset is 4
|
| +PASS textareaSelection.focusNode is initialTextareaFocusNode
|
| +PASS textareaSelection.focusOffset is 4
|
| +PASS window.getSelection().focusNode is initialFocusNode
|
| +PASS window.getSelection().focusOffset is initialFocusOffset
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|