blob: a10f0e915612371d99edeedd19951a1c81ec76a5 [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>