[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / images / webp-image-decoding.html
1 <html>
2 <body>
3 <script>
4 if (window.layoutTestController)
5     layoutTestController.dumpAsText();
6
7 window.onload = function() {
8     document.getElementById('results').innerHTML =
9         document.getElementsByTagName('img')[0].width + 'x' +
10         document.getElementsByTagName('img')[0].height;
11 }
12 </script>
13 <img src="resources/test.webp">
14 <div id="results"></div>
15 </body>
16 </html>