| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling.html
|
| index 03ae7570cfe5724058ef167b229fc3d9fa342d2d..02c7b16df574d62167e436e34daafd732a12a7ae 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE HTML>
|
| <meta charset=utf-8>
|
| <title>previousElementSibling</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</h1>
|
| <div id="log"></div>
|
| <p id="parentEl">The result of <span id="first_element_child">this test</span> is
|
|
|