blob: bfc0a5c351105ca2600f6ad2fd8145eb78f83465 [file] [log] [blame]
This tests for a regression against
<i><a href="https://bugs.webkit.org/show_bug.cgi?id=6942">https://bugs.webkit.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>