blob: fea6dd8ae3081544029ab10ca0ec330c6b2f67e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<style>
:-moz-submit-invalid { display: none; }
</style>
</head>
<body>
<form>
<input value='foo' required>
<input type='image'>
</form>
</body>
</html>
|