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/selected-option-parser-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<select disabled>
<option id=one selected>one</option>
<option id=two disabled>two
<table><div><div</table>
</option>
<option id=three selected>three</option>
</select>