| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-siblingElement-null.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-siblingElement-null.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-siblingElement-null.html
|
| index 918a385ed01c4ba33ef97267cfb97d489618afd5..a7920b4fb898eecb31b743d52f2a75d5c8008ce8 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-siblingElement-null.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-siblingElement-null.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE HTML>
|
| <meta charset=utf-8>
|
| <title>Null test</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 previousElementSibling and nextElementSibling returning null</h1>
|
| <div id="log"></div>
|
| <p id="parentEl">The result of this test is <span id="first_element_child" style="font-weight:bold;">unknown.</span></p>
|
|
|