Sign in
webkit
/
WebKit
/
bd205a7061da3015fa7b225640b165be8ee77ea0
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label05.html
blob: e17150ccb6063410c8330c8d2462a0ad2b0c721a [
file
] [
log
] [
blame
]
In the list box below, the text "This text should appear" should be shown as the first entry into the list box.
<br>
<select
size
=
"5"
><option
label
=
"This label should not appear"
>
This text should appear
</option></select>