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