Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<script>
const select = document.createElement("select");
const optgroup = document.createElement("optgroup");
select.options.add(optgroup, select);
</script>