Index: third_party/WebKit/LayoutTests/editing/pasteboard/displaced-placeholder.html |
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/displaced-placeholder.html b/third_party/WebKit/LayoutTests/editing/pasteboard/displaced-placeholder.html |
deleted file mode 100644 |
index 0e15a561ee015c74f6f99ce6670bf1a931054eeb..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/displaced-placeholder.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<script> |
-if (window.testRunner) |
- testRunner.dumpEditingCallbacks(); |
-</script> |
-<p>This is a test to make sure that a placeholder is removed when it is displaced by pasted content.</p> |
-<div id="test" contenteditable="true"><br class='webkit-block-placeholder'></div> |
- |
-<script> |
-var s = window.getSelection(); |
-var e = document.getElementById("test"); |
- |
-s.collapse(e, 0); |
-document.execCommand("InsertHTML", false, "First paragraph.<div>Second paragraph.</div>"); |
-</script> |