| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-substringData.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-substringData.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-substringData.html
|
| index 05884c2f495b814605cc69716491d75db37df395..f20b4b202ba0e855994f3fb55ca6a447b32807ab 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-substringData.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-substringData.html
|
| @@ -3,8 +3,8 @@
|
| <title>CharacterData.substringData</title>
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-characterdata-substringdata">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-characterdata-data">
|
| -<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="log"></div>
|
| <script>
|
| function testNode(create, type) {
|
|
|