| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-get-client-types.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-get-client-types.html
|
| similarity index 82%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-get-client-types.html
|
| index c0d0b20b3df455b3f4eb58764a051616a592d5cf..7cf54e033f4a8d4670997795a7f7207532d30e4e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-get-client-types.html
|
| @@ -1,8 +1,13 @@
|
| <!DOCTYPE html>
|
| +<!-- This is in chromium/ because the equivalent version available in Web
|
| + Platform Tests also asserts the presence of the Client's `type` attribute.
|
| + This less precise version (and its resources) should be maintained only to
|
| + preserve test coverage until the attribute is implemented. See
|
| + https://crbug.com/705685 -->
|
| <title>Service Worker: Clients.get with window and worker clients</title>
|
| -<script src="../resources/testharness.js"></script>
|
| -<script src="../resources/testharnessreport.js"></script>
|
| -<script src="resources/test-helpers.js"></script>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| +<script src="../resources/test-helpers.js"></script>
|
| <script>
|
| var scope = 'resources/clients-get-client-types';
|
| var frame_url = scope + '-frame.html';
|
|
|