| Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/document_location.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/document_location.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/document_location.html
|
| index ed4f3c88b34be4ac98f5986dad261690cd150739..5ccc9c76b6c030852f050503f38f5a4d8e2c43cf 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/document_location.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-location-interface/document_location.html
|
| @@ -1,7 +1,7 @@
|
| <!doctype html>
|
| <title>document.location</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>
|
| <div id="log"></div>
|
| <script>
|
| test(function() {
|
|
|