Sign in
webkit
/
WebKit
/
98517451c44951a553bf7eb2f40afcaffd7bcdca
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLOptionElement
/
option-label-quirksmode2.html
blob: 355cc937e14cd45d41fa938b59725546819d96eb [
file
] [
log
] [
blame
]
<html>
<body>
<p>
Tests that the option's label is not displayed in quirks mode.
</p>
<select>
<option
value
=
"X"
label
=
"Y"
>
X
</option>
<option
value
=
"-"
>
-
</option>
</select>
</body>
</html>