Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
issues
/
select-element-accessibility-issue-DisallowedOptGroupChild.html
blob: c93c78ba722b06e4b89428053febe12d4158778c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
select
,
::
picker
(
select
)
{
appearance
:
base-select
;
}
</style>
</head>
<body>
<select>
<optgroup>
<option>
..
</option>
<button></button>
</optgroup>
</select>
</body>
</html>