| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-cookie.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-cookie.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-cookie.html
|
| index 7d76f4f794e540265946fb1b66b342dde2f41d9d..802e2d5ad5e5fbf39b92ea0bbea5dee424983dff 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-cookie.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-cookie.html
|
| @@ -3,8 +3,8 @@
|
| <title>document.cookie</title>
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#resource-metadata-management">
|
| -<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(){
|
|
|