Sign in
webkit
/
WebKit
/
f6a2db0b6ffa1cbc502926e8c3265b2be2346307
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label06.html
blob: 40c817a254e069b879f65e17bc54dd88c5105d37 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- The select item below has a label specified, and no enclosed text. The label 'text' should be shown in the select box. -->
<body>
<select>
<option
label
=
"text"
></option>
</select>
</body>