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