| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-surrogates.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-surrogates.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-surrogates.html
|
| index 0655d1eb50d0415219e9ea3bd0230e837ae2e52f..ff1014c5fdd546c4bf729ea665d31f14b46736ee 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-surrogates.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-surrogates.html
|
| @@ -6,8 +6,8 @@
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-characterdata-insertdata">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-characterdata-deletedata">
|
| <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) {
|
|
|