| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-17.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-17.htm b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-17.htm
|
| index cd7be595f6d93d9cc7cd9a4cb689c227b0bd803f..ae5ebda6e2a7a3215b898700a6577ffdd914d6ad 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-17.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-17.htm
|
| @@ -2,8 +2,8 @@
|
| <html>
|
| <head>
|
| <title>document.getElementsByClassName(array): "b a"</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">
|
| <div id="log"></div>
|
|
|