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