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