Files
UXP-Fixed/layout/reftests/css-invalid/form/form-valid-ref.html
T
2018-02-02 04:16:08 -05:00

9 lines
120 B
HTML

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