Files
palemoon27/layout/reftests/css-invalid/form/form-valid-and-barred-ref.html
T

10 lines
152 B
HTML

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