| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.xhtml b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.xhtml
|
| deleted file mode 100644
|
| index 57352c9afbd6beab66d6d6cd2d77c58d23f35b16..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.xhtml
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml">
|
| -<head>
|
| -<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"/>
|
| -<link rel="stylesheet" href="../../../../../../../resources/testharness.css"/>
|
| -<script src="../../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../../resources/testharnessreport.js"></script>
|
| -</head>
|
| -<body>
|
| -<div id="log"></div>
|
| -<div id="test">
|
| -<div id="abcd"></div>
|
| -</div>
|
| -<script>
|
| -test(function() {
|
| - assert_equals(document.getElementsByName("abcd").length, 0);
|
| -});
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|