ladybird/Tests/LibWeb/Layout/input/input-image.html
2025-06-07 11:09:53 +01:00

6 lines
318 B
HTML

<!DOCTYPE html>
<form>
<input type="image" src="../../Assets/120.png" alt="Image not found" width="48" height="48">
<input type="image" src="../../Assets/120.png" alt="Image not found" width="64" height="64">
<input type="image" src="../../Assets/120.png" alt="Image not found" width="128" height="256">
</form>