blob: 0639f996db968d955af0c6abc4a0cdaba8058b76 [file] [log] [blame]
Test that changing the 'cursor' property during a requestAnimationFrame callback is applied by the next run loop.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Moved pointer over the target, cursor should be Pointer.
Cursor info: type=Pointer hotSpot=0,0
Setting cursor via CSS during next animation frame, cursor should be Pointer still.
Cursor info: type=Pointer hotSpot=0,0
Waited until next run loop, cursor should be Help.
Cursor info: type=Help hotSpot=0,0
PASS successfullyParsed is true
TEST COMPLETE