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