| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-csp.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-csp.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-csp.html
|
| similarity index 92%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-csp.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-csp.html
|
| index 032ae7afdacaa83e48be7ef27a7b9ff4b41b88f4..9371e8b3f2ba05abb1e5b57818e3584a9293e395 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-csp.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-csp.html
|
| @@ -1,4 +1,10 @@
|
| <!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. They should be maintained only to preserve
|
| + test converage until the corresponding versions in Web Platform Tests can be
|
| + made to pass consistently. See
|
| + https://codereview.chromium.org/2805313003/ -->
|
| <title>Service Worker: CSP control of fetch()</title>
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
|
|