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/standalone-optgroup-no-shadow-tree.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=help href="https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element">
<link rel=match href="standalone-optgroup-no-shadow-tree-ref.html">
<meta name=assert content="A standalone optgroup element with a label attribute should not get a UA shadow tree and should render its child text content.">
<optgroup label="label attribute">child text</optgroup>