| Index: LayoutTests/editing/selection/move-by-word-visually-null-box.html
|
| diff --git a/LayoutTests/editing/selection/move-by-word-visually-null-box.html b/LayoutTests/editing/selection/move-by-word-visually-null-box.html
|
| deleted file mode 100644
|
| index 6bee12ac4f01ce413962b5d0c9746e3150c27f41..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/editing/selection/move-by-word-visually-null-box.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="resources/move-by-word-visually.js"></script>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<script>
|
| -
|
| -onload = function() {
|
| - try {
|
| - runTest();
|
| -
|
| - // Test NULL VisiblePosition.
|
| - var selection = getSelection();
|
| - selection.setPosition(0, 0);
|
| - selection.modify("move", "right", "-webkit-visual-word");
|
| - document.body.innerHTML = "Crash test passed";
|
| - } finally {
|
| - }
|
| -};
|
| -
|
| -if (window.testRunner && window.internals) {
|
| - testRunner.dumpAsText();
|
| - internals.settings.setEditingBehavior('win');
|
| -}
|
| -</script>
|
| -<div id="console"></div>
|
| -<div id="testMoveByWord">
|
| -<output><div dir=ltr title="0|0" class="test_move_by_word">
|
| -<div class="test_move_by_word" dir=ltr contenteditable title="0|0"></div>
|
| -00<base dir=ltr class="test_move_by_word" title="3|3 1">
|
| -</div>
|
|
|