Pointer Events capture test - lostpointercapture order
Test Description:
This test checks if lostpointercapture is handled asynchronously and prior to all subsequent events.
Complete the folowing actions:
- Press and hold left mouse button over "Set Capture" button. "gotpointercapture" should be logged inside of the black rectangle
- Release left mouse button. "lostpointercapture" should be logged inside of the black rectangle
Test passes if lostpointercapture is dispatched after releasing the mouse button and before any additional pointer events.
Pointer Events Capture Test