Index: LayoutTests/editing/undo/5378473.html |
diff --git a/LayoutTests/editing/undo/5378473.html b/LayoutTests/editing/undo/5378473.html |
deleted file mode 100644 |
index 4833b50376de7dcf20957f4d0f49cf6709764be2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/editing/undo/5378473.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-<div id="div" contenteditable="true"></div> |
- |
-<script> |
-div = document.getElementById("div"); |
-div.focus(); |
-document.execCommand("InsertText", false, "foo"); |
-document.execCommand("Delete"); |
-document.execCommand("Undo"); |
-</script> |