Chromium Code Reviews| Index: LayoutTests/fast/images/webp-animated-large.html |
| diff --git a/LayoutTests/fast/images/webp-animated-large.html b/LayoutTests/fast/images/webp-animated-large.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..388c1a0c11c6e838883ab83e3e99f7b83f16324c |
| --- /dev/null |
| +++ b/LayoutTests/fast/images/webp-animated-large.html |
| @@ -0,0 +1,6 @@ |
| +<script> |
| +if (window.testRunner) |
| + window.testRunner.dumpAsText(); |
| +</script> |
| +This test passes if no errors occur while decoding this large animation.<br> |
| +<img src="resources/webp-animated-large.webp"> |
|
Noel Gordon
2013/05/01 19:11:41
As suggested, crib your layout test from fast/imag
urvang (Google)
2013/05/01 22:25:16
Oh these run under ASAN/TSAN, good.
However, just
Noel Gordon
2013/05/02 18:00:27
http://build.chromium.org/p/chromium.webkit/builde
|