Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: LayoutTests/fast/images/webp-animated-large.html

Issue 13980003: Add animation support for WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
Noel Gordon 2013/04/29 18:41:57 How does this test work? If there were decoding e
urvang (Google) 2013/04/30 13:14:15 I had added this test hoping that Layout tests may
Noel Gordon 2013/05/01 17:55:28 The unit test is fine, but we also want a layout t
+<img src="resources/webp-animated-large.webp">

Powered by Google App Engine
This is Rietveld 408576698