/html/semantics/forms/the-option-element/option-element-constructor.html| status | subtest | message |
|---|---|---|
| PASS | Option constructor with no arguments | |
| PASS | Option constructor with falsy arguments | |
| PASS | Option constructor creates HTMLOptionElement with specified text and value | |
| PASS | Option constructor handles selectedness correctly when specified with defaultSelected only | |
| PASS | Option constructor handles selectedness correctly, even when incongruous with defaultSelected | |
| PASS | Option constructor treats undefined text and value correctly | |
| PASS | Option constructor treats empty text and value correctly | |
| PASS | Option constructor treats falsy selected and defaultSelected correctly | |
| PASS | Option constructor treats truthy selected and defaultSelected correctly | |
| PASS | Option constructor does not set dirtiness (so, manipulating the selected content attribute still updates the selected IDL attribute) | |
| PASS | Prototype of object created with named constructor |
bundle built 2026-07-16T07:16:48.063Z