Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/main
/
.
/
test
/
e2e
/
resources
/
issues
/
select-element-accessibility-issue-NonPhrasingContentOptionChild.html
blob: ced7a5439823e1d4d0e981da64d4d43281d9e0f2 [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
select
,
::
picker
(
select
)
{
appearance
:
base-select
;
}
</style>
</head>
<body>
<select>
<option>
<article></article>
</option>
</select>
</body>
</html>