blob: 411805805003d601849a84e2078f0ec767d6a22c [file] [log] [blame]
This tests for a regression against
<i><a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6942">http://bugzilla.opendarwin.org/show_bug.cgi?id=6942</a>
Assertion failure in HTMLSelectElementImpl::selectedIndex (m_multiple)</i>
<hr>
No assertion failure (on a debug build) means test PASS.
<select id="t">
</select>
<script type="text/javascript">
if (window.layoutTestController)
layoutTestController.dumpAsText();
document.getElementById('t').selectedIndex;
</script>