| <!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> |