| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/002.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/002.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/002.html
|
| deleted file mode 100644
|
| index 93393ef1a20f8dce496f8ca3fa222d7b5547864c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/002.html
|
| +++ /dev/null
|
| @@ -1,13 +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("<i>Filler Text");
|
| - assert_equals(document.body.firstChild.localName, "i");
|
| - assert_equals(document.body.firstChild.textContent, "Filler Text");
|
| -}
|
| -);
|
| -</script>
|
| -<div id="log"></div>
|
|
|