| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id-xhtml.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id-xhtml.xhtml b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id-xhtml.xhtml
|
| index 87ce2e1a62cfe5cafdc987034016c744996d49f8..51b9e22f84292ea129b6f8945c127b434fa632f5 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id-xhtml.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id-xhtml.xhtml
|
| @@ -3,8 +3,8 @@
|
| <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>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| </head>
|
| <body>
|
| <div id="log"></div>
|
|
|