| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.getregistrations.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/getregistrations.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.getregistrations.html
|
| similarity index 93%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/getregistrations.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.getregistrations.html
|
| index 2f514751500df4e1d671e45ad85fae459c3f87d3..2dfb8522ecdf20fc57480fa45d2a12f9ad86cb84 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/getregistrations.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.getregistrations.html
|
| @@ -1,4 +1,9 @@
|
| <!DOCTYPE html>
|
| +<!-- This test is prefixed with `chromium.` because the equivalent version
|
| + available in Web Platform Tests is known to cause timeout errors in the
|
| + Chromium automated build system. It should be maintained only to preserve
|
| + test converage until the corresponding versions in Web Platform Tests can be
|
| + made to pass consistently. See https://crbug.com/658997 -->
|
| <title>Service Worker: getRegistrations()</title>
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
|
|