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

Unified Diff: LayoutTests/fast/images/webp-animation.html

Issue 13980003: Add animation support for WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Debug fix Created 7 years, 6 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-animation.html
diff --git a/LayoutTests/fast/images/webp-image-decoding.html b/LayoutTests/fast/images/webp-animation.html
similarity index 80%
copy from LayoutTests/fast/images/webp-image-decoding.html
copy to LayoutTests/fast/images/webp-animation.html
index 6809443af8756b5c8868b7d29affd0739c25c202..3f179d35cdc52b513a282f42c273676c4663fdc5 100644
--- a/LayoutTests/fast/images/webp-image-decoding.html
+++ b/LayoutTests/fast/images/webp-animation.html
@@ -14,9 +14,9 @@ window.onload = function() {
document.getElementsByTagName('img')[2].height;
}
</script>
-<img src="resources/test.webp">
-<img src="resources/test2.webp">
-<img src="resources/test3.webp">
+<img src="resources/webp-animated.webp">
+<img src="resources/webp-animated-large.webp">
+<img src="resources/webp-animated-icc-xmp.webp">
<div id="results"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698