| Index: third_party/WebKit/LayoutTests/editing/pasteboard/8145-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/8145-1.html b/third_party/WebKit/LayoutTests/editing/pasteboard/8145-1.html
|
| deleted file mode 100644
|
| index e4f3b84b10fbae5420eacfa9398204e7d7c17ab5..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/pasteboard/8145-1.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpEditingCallbacks();
|
| -</script>
|
| -<p>This is a replica of the paste that caused the crash covered by 8145.</p>
|
| -<div id="test" style="border: 1px solid black;" contenteditable="plaintext-only"></div>
|
| -
|
| -<script>
|
| -var s = window.getSelection();
|
| -var p = document.getElementById("test");
|
| -p.innerHTML = "";
|
| -s.collapse(p, 0);
|
| -var html = "<p style='margin: 0; font: 12px Helvetica'>foo <b>bar</b> baz</p>" + '\n';
|
| -document.execCommand("InsertHTML", false, html);
|
| -</script>
|
|
|