Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLOptionElement
/
option-label-strictmode.html
blob: be9427830681e36251f56835de44381fa158da48 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Tests that the option's label is displayed in strict mode.
</p>
<select>
<option
value
=
"X"
label
=
"Y"
>
X
</option>
<option
value
=
"-"
>
-
</option>
</select>
</body>
</html>