blob: 25f9a64d122dbb4e97c5a4b3196e82b9eea0a6f4 [file] [log] [blame]
<!DOCTYPE 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;
}
</script>
<picture>
<source srcset="resources/green-313x313.jxl" type="image/jxl">
<img src="resources/green-313x313.jxl">
</picture>
<div id="results"></div>
</body>