1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/layout/reftests/css-invalid/form/form-valid-ref.html
T

9 lines
120 B
HTML

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