Index: third_party/WebKit/LayoutTests/editing/inserting/redo.html |
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/redo.html b/third_party/WebKit/LayoutTests/editing/inserting/redo.html |
deleted file mode 100644 |
index 2b0c6f16697f73eae0200b1a08c9389c02dc467c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/inserting/redo.html |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-<script> |
-if (window.testRunner) |
- testRunner.dumpEditingCallbacks(); |
-</script> |
-<div id="test" contenteditable="true"></div> |
- |
-<script> |
-window.getSelection().collapse(document.getElementById("test"), 0); |
-document.execCommand("InsertText", false, "The caret should be at the end of this sentence."); |
-document.execCommand("Undo"); |
-document.execCommand("Redo"); |
-</script> |