| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-firstElementChild-namespace.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-firstElementChild-namespace.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-firstElementChild-namespace.html
|
| index 11235db3e922a4ac800724ecc7c93ba8c850aa16..629deab3ae053dafb1432fa778a649e1d0846db4 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-firstElementChild-namespace.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-firstElementChild-namespace.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE HTML>
|
| <meta charset=utf-8>
|
| <title>firstElementChild with namespaces</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>
|
| <h1>Test of firstElementChild with namespaces</h1>
|
| <div id="log"></div>
|
| <p id="parentEl">The result of this test is a unknown.</p>
|
|
|