| 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>
 | 
| 
 |