Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-css-cross-origin-mime-check.https.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-cross-origin-mime-check.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-css-cross-origin-mime-check.https.html |
| similarity index 89% |
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-cross-origin-mime-check.html |
| rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-css-cross-origin-mime-check.https.html |
| index c53f47001f1ec90627f38134d6ad3799cc9912f0..b5d189c42b99ccc475b8b7769435d33280f0b44d 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-cross-origin-mime-check.html |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-css-cross-origin-mime-check.https.html |
| @@ -1,9 +1,9 @@ |
| <!DOCTYPE html> |
| <title>Service Worker: Mime type checking of CSS files fetched via SW.</title> |
| -<script src="../resources/testharness.js"></script> |
| -<script src="../resources/testharnessreport.js"></script> |
| -<script src="../resources/get-host-info.js?pipe=sub"></script> |
| -<script src="resources/test-helpers.js"></script> |
| +<script src="/resources/testharness.js"></script> |
| +<script src="/resources/testharnessreport.js"></script> |
| +<script src="/common/get-host-info.sub.js?pipe=sub"></script> |
|
Marijn Kruisselbrink
2017/05/04 00:28:24
nit: here too no need for the pipe=sub
mike3
2017/05/05 18:56:12
Acknowledged.
|
| +<script src="resources/test-helpers.sub.js"></script> |
| <script> |
| function getElementColorInFrame(frame, id) { |