| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall.html
|
| similarity index 82%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall.html
|
| index 756383447dd7a8703d6262876088c3a2e60eeaf4..c593816d4a3125c855f17f339984db0babd4c6a7 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall.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</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/blank.html?clients-matchAll';
|
| var expectedFirst = [
|
|
|