blob: dfdb729e76ed960e8d7bf2e11a9752ce4f368e3b [file] [log] [blame]
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