blob: 254c78e2f94d165e55124f9c86dc45cc836f4e89 [file] [log] [blame]
<!DOCTYPE html>
<!--
| If "height" and "width" both have computed values of "auto" and the element
| also has an intrinsic width, then that intrinsic width is the used value
| of "width".
| https://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width
-->
<!-- TODO: Enable when HTMLImageElement is fully implemented. -->
<html>
<body>
<img src="cobalt.png">
</body>
</html>