| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling-xhtml.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling-xhtml.xhtml b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling-xhtml.xhtml
|
| index 509eb6197f56b188b05c87c418965e9c5b48fdc4..7fbbc6d384e7ac03c7f9d389f5bbb77c2363654e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling-xhtml.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-previousElementSibling-xhtml.xhtml
|
| @@ -2,8 +2,8 @@
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| <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>
|
| </head>
|
| <body>
|
| <h1>Test of previousElementSibling</h1>
|
|
|