| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-canvas-tainting.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-canvas-tainting.html
|
| similarity index 80%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-canvas-tainting.html
|
| index d3aa5fadef9396adc9686ae0cc259a5b66096490..1c45cbad6252837565087acc19dab8a7db77cd2d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-canvas-tainting.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: canvas tainting of the fetched image</title>
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
|
|