| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-remove.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-remove.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-remove.html
|
| index 57ea69a117dc2acffa8947b15217af681ac0075c..aef9d56bfa140cf9103868dc8f3bcde167b87983 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-remove.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/CharacterData-remove.html
|
| @@ -2,8 +2,8 @@
|
| <meta charset=utf-8>
|
| <title>CharacterData.remove</title>
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-childnode-remove">
|
| -<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 src="ChildNode-remove.js"></script>
|
| <div id=log></div>
|
| <script>
|
|
|