Sign in
webkit
/
WebKit
/
8cef920bdae4a11dc1205ae50645f57ea479aa48
/
.
/
LayoutTests
/
fast
/
forms
/
resources
/
form-validation-iframe.html
blob: adc9e177e3c22efff472a384e2fee2c3e84193b2 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<form>
Required text input:
<input
type
=
"text"
id
=
"required_text_input"
required
><input
id
=
"required_text_input_submit"
type
=
"submit"
>
</form>
</body>
</html>