gecko-dev/layout/reftests/css-invalid/form/form-static-valid.html

15 строки
218 B
HTML

<!DOCTYPE html>
<!-- form with only valid elements -->
<html>
<head>
<style>
form:invalid { display: none; }
</style>
</head>
<body>
<form>
<input value='foo' required>
</form>
</body>
</html>