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