Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-select-element/customizable-select/nested-select-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<style>
select,::picker(select) {
appearance: base-select;
}
</style>
<select>
<button>
Hello??
<selectedcontent />
</button>
<option>
<object type="no/type">
<select>
<button>
Hello??
<selectedcontent />
</button>
<option>One</option>
<option>Two</option>
</select>
</object>
</option>
<option>Two</option>
</select>