| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/043.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/043.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/043.html
|
| deleted file mode 100644
|
| index 3701abb2bffd6d9f07f3e19fee05350802776e4d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/043.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>notabc</span>
|
| -<script>
|
| -t.step(function() {
|
| - assert_equals(document.body.childNodes[0].textContent, "\u00ACabc");
|
| -})
|
| -t.done();
|
| -</script>
|
| -<div id="log"></div>
|
|
|