Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html |
deleted file mode 100644 |
index 451e09f7b6ec2e85db7df9ffb2308e16b9b7663b..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-<!doctype html> |
-<title>document.open during parsing</title> |
-<script src="../../../../../../resources/testharness.js"></script> |
-<script src="../../../../../../resources/testharnessreport.js"></script> |
-<div id="log"></div> |
-<script> |
-test(function() { |
- var log = document.getElementById("log"); |
- document.open() |
- assert_equals(document.getElementById("log"), log) |
-}) |
-</script> |