| Index: LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt
|
| diff --git a/LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt b/LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..29dcbeb3b38c9f7b1f2eaa074255b39c1610b49f
|
| --- /dev/null
|
| +++ b/LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +Before
|
| +
|
| +Middle
|
| +
|
| +After
|
| +
|
| +Ensure that extending a selection inside a contentEditable skips past an uneditable region.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS window.getSelection().focusNode == after is true
|
| +PASS window.getSelection().focusNode.parentElement == before is true
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|