| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/001.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/001.html
|
| deleted file mode 100644
|
| index e62fb2ac1c64d171f5398ea84791c133de858bdb..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/001.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!doctype html>
|
| -<title>document.write</title>
|
| -<script src="../../../../../../resources/testharness.js"></script><script src="../../../../../../resources/testharnessreport.js"></script>
|
| -<script>
|
| -test(
|
| -function() {
|
| - document.write("PASS");
|
| - assert_equals(document.body.textContent, "PASS");
|
| -}
|
| -);
|
| -</script>
|
| -<div id="log"></div>
|
|
|