Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLOptionElement
/
option-label-quirksmode2-expected.html
blob: 771a2973f38cbfbc4e1eab5827738dd50d8e4452 [
file
] [
edit
]
<html>
<body>
<p>
Tests that the option's label is displayed in quirks mode.
</p>
<select>
<option
value
=
"X"
>
Y
</option>
<option
value
=
"-"
>
-
</option>
</select>
</body>
</html>