| Index: third_party/WebKit/LayoutTests/fast/images/webp-animation.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/webp-animation.html b/third_party/WebKit/LayoutTests/fast/images/webp-animation.html
|
| deleted file mode 100644
|
| index 94026044beb3cf27b83a8f7e1c1ca0d00c3ea98c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/images/webp-animation.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<html>
|
| -<body>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| -window.onload = function() {
|
| - document.getElementById('results').innerHTML =
|
| - document.getElementsByTagName('img')[0].width + 'x' +
|
| - document.getElementsByTagName('img')[0].height + ' ' +
|
| - document.getElementsByTagName('img')[1].width + 'x' +
|
| - document.getElementsByTagName('img')[1].height + ' ' +
|
| - document.getElementsByTagName('img')[2].width + 'x' +
|
| - document.getElementsByTagName('img')[2].height + ' ' +
|
| - document.getElementsByTagName('img')[3].width + 'x' +
|
| - document.getElementsByTagName('img')[3].height + ' ' +
|
| - document.getElementsByTagName('img')[4].width + 'x' +
|
| - document.getElementsByTagName('img')[4].height;
|
| -}
|
| -</script>
|
| -<img src="resources/webp-animated.webp">
|
| -<img src="resources/webp-animated-opaque.webp">
|
| -<img src="resources/webp-animated-no-blend.webp">
|
| -<img src="resources/webp-animated-large.webp">
|
| -<img src="resources/webp-animated-icc-xmp.webp">
|
| -<div id="results"></div>
|
| -</body>
|
| -</html>
|
|
|