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/select-add-option-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<script>
function iframeloadhandler() {
selectid[5] = optionid;
}
</script>
<option id="optionid" selected>
<select id="selectid">
<select>
<iframe onload="iframeloadhandler()">