| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dataset-prototype.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dataset-prototype.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dataset-prototype.html
|
| index 290c62ef26afc9e9d133f374c0f8c307e112867b..6b1661846126bc200d54075f8a36c4460cd9ee01 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dataset-prototype.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dataset-prototype.html
|
| @@ -2,8 +2,8 @@
|
| <html>
|
| <head>
|
| <title>Dataset - element.dataset is an instance of DOMStringMap</title>
|
| - <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>
|
| <h1>Dataset - element.dataset is an instance of DOMStringMap</h1>
|
|
|