| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-value.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-value.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-value.html
|
| index f516a29c43ae77be06be066e4feb12a4c559153c..b0e39111d9146536fdc872aeace9355eeebeb112 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-value.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-value.html
|
| @@ -3,8 +3,8 @@
|
| <title>DOMTokenList value</title>
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-domtokenlist-value">
|
| <link rel=author title=Tangresh href="mailto:dmenzi@tangresh.ch">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <span class=" a a b "></span>
|
| <script>
|
| test(function() {
|
|
|