[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / selected-index-assert.html
1 This tests for a regression against
2 <i><a href="https://bugs.webkit.org/show_bug.cgi?id=6942">https://bugs.webkit.org/show_bug.cgi?id=6942</a>
3 Assertion failure in HTMLSelectElementImpl::selectedIndex (m_multiple)</i>
4 <hr>
5 No assertion failure (on a debug build) means test PASS.
6 <select id="t">
7 </select>
8 <script type="text/javascript">
9     if (window.layoutTestController)
10         layoutTestController.dumpAsText();
11     document.getElementById('t').selectedIndex;
12 </script>