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