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