Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
html
/
rendering
/
replaced-elements
/
the-option-element
/
option-label-whitespace-ref.html
blob: acb4f9ee2478898eb648c00ea6b9f6ed0e71c7a7 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<select
multiple
>
<option>
no label attribute
</option>
<option>
empty label attribute
</option>
<option></option>
</select>
<br>
<select>
<option>
empty label attribute
</option>
</select>
<br>