| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/attributes.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/attributes.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/attributes.html
|
| index 7b718c47cd41598775c1e4c901ae917993fe95d3..0f324ba42a192e9443d08ca68a7c1434d0f36477 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/attributes.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/attributes.html
|
| @@ -4,8 +4,8 @@
|
| <link rel=help href="https://dom.spec.whatwg.org/#attr">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-element-setattribute">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-element-setattributens">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <script src="attributes.js"></script>
|
| <script src="productions.js"></script>
|
| <div id="log"></div>
|
|
|