| Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-prototype-chain.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-prototype-chain.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-prototype-chain.html
|
| index 1ea4562af22465bbf630d22c29db77c6eb7a152a..d29a8e11f43c2979d7fc67f37d3a8b862bf11cbb 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-prototype-chain.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-prototype-chain.html
|
| @@ -6,8 +6,8 @@
|
| <link rel="help" href="https://dom.spec.whatwg.org/#eventtarget">
|
| <link rel="help" href="https://heycam.github.io/webidl/#interface-prototype-object">
|
| <link rel="help" href="https://heycam.github.io/webidl/#named-properties-object">
|
| -<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>
|
| test(function() {
|
|
|