| function onSelectionChange(select) |
| document.getElementById('hiddenRow').style.display = ''; |
| <div><a href="https://bugs.webkit.org/show_bug.cgi?id=95776">95776</a>: REGRESSION(r120832): RenderLayer::clampScrollOffset doesn't properly clamp</div> |
| <div>Manual test: click on the menu below and <select> the 'shown' option. Click somewhere on the page so that the <select> loses focus and click again on the <select>.</div> |
| <div>To pass the menu should be properly placed below the <select>.</div> |
| <select onchange=onSelectionChange(this)> |
| <option value="0">hidden</option> |
| <option value="1">shown</option> |
| <tr id="hiddenRow" style="display: none;"> |