Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.html |
deleted file mode 100644 |
index f3d1f82a31875c74efbce6f018c59af5cfc1934d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!DOCTYPE html> |
-<title>getElementsByName and ids</title> |
-<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com"> |
-<link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-document-getelementsbyname"> |
-<script src="../../../../../../../resources/testharness.js"></script> |
-<script src="../../../../../../../resources/testharnessreport.js"></script> |
-<div id="log"></div> |
-<div id="test"> |
-<div id="abcd"></div> |
-</div> |
-<script> |
-test(function() { |
- assert_equals(document.getElementsByName("abcd").length, 0); |
-}); |
-</script> |