Sign in
webkit
/
WebKit
/
5cda268a4e3038fdd535865c42a3c8af7153e3fb
/
.
/
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>