| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall-include-uncontrolled.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-include-uncontrolled.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall-include-uncontrolled.html
|
| similarity index 86%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-include-uncontrolled.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall-include-uncontrolled.html
|
| index 1398a878ff0ca24558a819e8a21aaec76587c519..4f0a9d10e3d8658a0b0da8795e88126b9719d253 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-include-uncontrolled.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall-include-uncontrolled.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.matchAll with includeUncontrolled</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 base_url = 'resources/blank.html'; // This is out-of-scope.
|
| var scope = base_url + '?clients-matchAll-includeUncontrolled';
|
|
|