blob: 8f37eef4b0c04ba82d5b7f063155d10ef803c1d8 [file] [log] [blame]
<html>
<body>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
window.onload = function() {
document.getElementById('results').innerHTML =
document.getElementsByTagName('img')[0].width + 'x' +
document.getElementsByTagName('img')[0].height;
}
</script>
<img src="resources/test.webp">
<div id="results"></div>
</body>
</html>