| Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties.html
|
| index 04ed6ca0a3b3e8c3cc244068e824fd997e29c495..3316bf5316f96d097522b149ee1596bc89d3b755 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties.html
|
| @@ -15,8 +15,8 @@
|
| <link rel="help" href="https://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#dom-window-getselection">
|
| <link rel="help" href="http://dev.w3.org/csswg/cssom/#widl-def-Window">
|
| <link rel="help" href="http://dev.w3.org/csswg/cssom-view/#widl-def-Window">
|
| -<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>
|
| function assert_data_propdesc(pd, Writable, Enumerable, Configurable) {
|
|
|