| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-cors-xhr.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-cors-xhr.html
|
| similarity index 79%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-cors-xhr.html
|
| index ee22c7fab5a5682a2087b429adf2c9e141275400..bf1bb021182313fa406e005c3422f70a62d4a1b2 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-cors-xhr.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: CORS XHR of fetch()</title>
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
|
|