Back to Chromium

Select Close Popup Value Change

third_party/blink/manual_tests/chromium/select-close-popup-value-change.html

151.0.7898.1415 B
Original Source

Do the following, the test passes if the select keeps the selected value after step 4, fails if the value reverted.

    1. Click the select to open the popup list.
    1. Use keyboard to select a value by pressing the first letter of the value.
    1. Click the select again to close the popup list, it should stay at the value from step 2.
    1. Click anywhere else on the page to move the focus out of the select.

0123