gecko/layout/reftests/css-invalid/form/form-valid-ref.html

9 lines
120 B
HTML

<!DOCTYPE html>
<html>
<body>
<form>
<input type='text' value='foo' required>
</form>
</body>
</html>