| <!DOCTYPE html> <!-- webkit-test-runner [ useFlexibleViewport=true ] --> |
| <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
| <script src="../../../resources/js-test.js"></script> |
| <script src="../../../resources/ui-helper.js"></script> |
| <option>February</option> |
| <option>September</option> |
| <option>November</option> |
| <option>December</option> |
| addEventListener("load", async () => { |
| description("This test verifies that tapping on a select element and then unparenting the webview does not result in a crash."); |
| select.addEventListener("touchstart", () => { |
| UIHelper.removeViewFromWindow(); |
| select.addEventListener("focus", async () => { |
| await UIHelper.ensurePresentationUpdate(); |
| UIHelper.activateElement(select); |