| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-children.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-children.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-children.html
|
| index 88d6a5da4a1a03a536f5def5b5be209fa4fae0e6..c0210f9667afefebf918f3d771c4669a83116380 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-children.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-children.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>HTMLCollection edge cases</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>
|
| <div id="log"></div>
|
| <div id="test"><img><img id=foo><img id=foo><img name="bar"></div>
|
| <script>
|
|
|