| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-09.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-09.htm b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-09.htm
|
| index f46001e892bbc690935ab15467069ab7dc0a3bac..9011f3068cf2c748bcbf0aed2284151b59834be3 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-09.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/getElementsByClassName-09.htm
|
| @@ -2,8 +2,8 @@
|
| <html class="a A">
|
| <head>
|
| <title>document.getElementsByClassName(): case sensitive</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 a">
|
| <div id="log"></div>
|
|
|