| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.referer.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/referer.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.referer.html
|
| similarity index 77%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/referer.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.referer.html
|
| index 8b9105a1c2368f8269b7465f86127c034d44a041..7efeec3cf01b566841cc7265cef9e1e56b423c17 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/referer.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.referer.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. This version should be maintained only to
|
| + preserve test coverage until the corresponding version in Web Platform Tests
|
| + can be made to pass consistently. See https://crbug.com/658997 -->
|
| <title>Service Worker: check referer of fetch()</title>
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
|
|