summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/option/label-isvalid.html
blob: 66c3a4f080df84111073ccc7227f0ffec2acc40d (plain)
1
2
3
4
5
6
<!doctype html>
<meta charset=utf-8>
<title>option element with label attribute</title>
<select>
<option label=foo></option>
</select>