mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
15 lines
226 B
HTML
15 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
:-moz-submit-invalid { display: none; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form>
|
|
<input value='foo' required>
|
|
<input type='submit'>
|
|
</form>
|
|
</body>
|
|
</html>
|