| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-18.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-18.htm b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-18.htm
|
| index e28e9d40b57321dac2eb44aeb8e7e5bdc25b8313..9f6cf75a50e77aca0c08b019e38b168c7356e6a1 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-18.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-18.htm
|
| @@ -2,8 +2,8 @@
|
| <html class="a,b">
|
| <head>
|
| <title>element.getElementsByClassName(array): "a", "b"</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 class="a,b x">
|
| <div id="log"></div>
|
|
|