| Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-aliases.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-aliases.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-aliases.html
|
| index c5c25c6e1627cb5a69ba8780d61acfa4836ced1c..135be02a30add5d51a5b870cbe519d735115d3e9 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-aliases.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-aliases.html
|
| @@ -5,8 +5,8 @@
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-window">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-frames">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-self">
|
| -<script src="../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <div id=log></div>
|
| <script>
|
| var global = this;
|
|
|