haikuwebkit/LayoutTests/fast/events/selectstart-prevent-default...

7 lines
321 B
Plaintext

This tests that the input element does not get the focus when dragging mouse over it even when document has a selectstart event listener which prevents default.
To manually test, drag a mouse cursor over the input element. The input element should not gain focus.
selectstart event
PASS - input element was not focused