Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/042.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/042.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/042.html |
deleted file mode 100644 |
index eecca905ddcdc0dd33df3bb9d50560c5c90f02e2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/042.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<!doctype html> |
-<title>document.write entity</title> |
-<script src="../../../../../../resources/testharness.js"></script><script src="../../../../../../resources/testharnessreport.js"></script> |
-<script> |
-var t = async_test(); |
-t.step(function() { |
- document.write("<body><span>¬"); |
-}); |
-</script>in;abc</span> |
-<script> |
-t.step(function() { |
- assert_equals(document.body.childNodes[0].textContent, "\u2209abc"); |
-}) |
-t.done(); |
-</script> |
-<div id="log"></div> |