Newer
Older
minerva / Tests / LibWeb / Layout / input / input-image.html
@minerva minerva on 13 Jul 263 bytes Initial commit
<form>
  <input type="image" src="120.png" alt="Image not found" width="48" height="48">
  <input type="image" src="120.png" alt="Image not found" width="64" height="64">
  <input type="image" src="120.png" alt="Image not found" width="128" height="256">
</form>