Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-respond-with-stops-propagation.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-respond-with-stops-propagation.html |
| similarity index 77% |
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html |
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-respond-with-stops-propagation.html |
| index c6e179e88328de01a18bd700c499290a4eae67da..7fb3c1bf0f876fbcedf4d302307b0ece7140d6c9 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-respond-with-stops-propagation.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/ --> |
|
Marijn Kruisselbrink
2017/04/27 17:05:23
link to bug rather than codereview?
mike3
2017/04/27 18:27:19
Acknowledged.
|
| <script src="../resources/testharness.js"></script> |
| <script src="../resources/testharnessreport.js"></script> |
| <script src="resources/test-helpers.js"></script> |