| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-removeChild.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-removeChild.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-removeChild.html
|
| index 894f5ec546f0b037bcfdd548f89f5e6a57ea3deb..fb22583222062dbee1d71d256bd7cb0bfefe19a1 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-removeChild.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-removeChild.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>Node.removeChild</title>
|
| -<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="creators.js"></script>
|
| <div id="log"></div>
|
| <iframe src=about:blank></iframe>
|
|
|