chromium/third_party/blink/web_tests/fast/events/mouse-events-on-textarea-resize-expected.txt

Verifies that correct mouse events are fired and when resizing an element

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

--- test with preventDefault on 'mousedown' ---
--- move mouse into target ---
--- start resizing ---
Received mousedown
--- mouse released ---


--- test with preventDefault on '' ---
--- move mouse into target ---
--- start resizing ---
Received mousedown
--- mouse released ---
Received mouseup
Received click


PASS successfullyParsed is true

TEST COMPLETE