1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-13 03:48:44 +00:00
Files
UXP/layout/reftests/css-invalid/form/form-valid-ref-4.html
T

10 lines
149 B
HTML

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