| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-stringifier.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-stringifier.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-stringifier.html
|
| index 232580749e9a569d762ccff659bd6dfbd5448005..330c7421ea19d0b08ac54593e595668afce438ef 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-stringifier.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/ranges/Range-stringifier.html
|
| @@ -2,8 +2,8 @@
|
| <meta charset="utf-8">
|
| <title>Range stringifier</title>
|
| <link rel="author" title="KiChjang" href="mailto:kungfukeith11@gmail.com">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <div id=test>Test div</div>
|
| <div id=another>Another div</div>
|
| <div id=last>Last div</div>
|
|
|