Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/html/crashtests/crashtests.list
<!DOCTYPE html>
<script>
try {
selectElem.QueryInterface(Ci.nsISelectElement);
selectElem.getOptionIndex(null, 0, true);
} catch (e) {
}
</script>