Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-async-respond-with.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-async-respond-with.html |
| similarity index 76% |
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html |
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-async-respond-with.html |
| index bb2bb8fb6e65204956c3414848d340ada77b15b7..10a3922d6d2f2f70da82cf1143da7dc39c0a5a6f 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-async-respond-with.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
Is there a bug you can link to instead of a code r
mike3
2017/04/27 18:27:19
I was linking to the code review thread because th
|
| <script src="../resources/testharness.js"></script> |
| <script src="../resources/testharnessreport.js"></script> |
| <script src="resources/test-helpers.js"></script> |