mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-15 12:30:58 +00:00
10 lines
135 B
HTML
10 lines
135 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<form>
|
|
<input value='foo' required>
|
|
<input type='image'>
|
|
</form>
|
|
</body>
|
|
</html>
|