| Index: third_party/WebKit/LayoutTests/editing/selection/mixed-editability-3.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/mixed-editability-3.html b/third_party/WebKit/LayoutTests/editing/selection/mixed-editability-3.html
|
| deleted file mode 100644
|
| index f11148f3b1e04ffa3448bb971a695a671bcc3dd1..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/mixed-editability-3.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpEditingCallbacks();
|
| -</script>
|
| -<p>This tests moving the caret forward through content of mixed editability. The caret should move down one line from the editable piece to the editable piece that's embedded in a non-editable piece.</p>
|
| -
|
| -<div contenteditable="true" id="test">
|
| -editable
|
| -<table border="1" contenteditable="false"><tr><td contenteditable="true">editable</td></tr></table>
|
| -editable
|
| -</div>
|
| -
|
| -<script>
|
| -var e = document.getElementById("test");
|
| -var s = window.getSelection();
|
| -
|
| -s.collapse(e, 0);
|
| -
|
| -s.modify("move", "forward", "line");
|
| -</script>
|
|
|