| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-constructor.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-constructor.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-constructor.html
|
| index 255f34a911f3e04d9f41bb846357a37634e67293..e8cfbef753d9bd057e290d611a273f0d4cbd4fde 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-constructor.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-constructor.html
|
| @@ -2,8 +2,8 @@
|
| <title>Range constructor test</title>
|
| <link rel="author" title="Aryeh Gregor" href=ayg@aryeh.name>
|
| <div id=log></div>
|
| -<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>
|
| "use strict";
|
|
|
|
|