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/select-selected-value-behavior.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="select-selected-value-behavior-ref.html">
<select>
<selectedcontent style="color:blue"></selectedcontent>
<option>option</option>
</select>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>