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