blob: c04fe829260c7ced8f32696a415601e11d1e2797 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>
</head>
<body>
<select id="interactive-content-legend-child">
<optgroup>
<legend>
<button></button>
</legend>
</optgroup>
</select>
<select id="disallowed-select-child">
<optgroup>
<legend>
<label tabindex="1"></label>
</legend>
</optgroup>
</select>
</body>
</html>