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

10 lines
152 B
HTML

<!DOCTYPE html>
<html>
<body>
<form>
<input value='bar' required>
<input value='foo' readonly required>
</form>
</body>
</html>