Sign in
webkit
/
WebKit
/
58632ebc30e70ac9706e224e5b7d57b00ba8a2e3
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
forms
/
select
/
select-validation-assertion.html
blob: ca76f289a308d5582afb990eedc274514f360a4f [
file
] [
log
] [
blame
]
<select
required
=
""
form
=
"form_0"
></select>
<form
id
=
"form_0"
></form>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
body
.
remove
();
document
.
open
();
console
.
log
(
'PASS if no assertion failure'
);
</script>