summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/dom/nodes/Text-constructor.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/dom/nodes/Text-constructor.html')
-rw-r--r--testing/web-platform/tests/dom/nodes/Text-constructor.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/web-platform/tests/dom/nodes/Text-constructor.html b/testing/web-platform/tests/dom/nodes/Text-constructor.html
deleted file mode 100644
index dbd9a0be0..000000000
--- a/testing/web-platform/tests/dom/nodes/Text-constructor.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!doctype html>
-<meta charset=utf-8>
-<title>Text constructor</title>
-<link rel=help href="https://dom.spec.whatwg.org/#dom-text">
-<script src="/resources/testharness.js"></script>
-<script src="/resources/testharnessreport.js"></script>
-<script src="Comment-Text-constructor.js"></script>
-<div id="log"></div>
-<script>
-test_constructor("Text");
-</script>