Pointer Events Capture Test - capture and relatedTarget
Test Description: This test checks if setCapture/releaseCapture functions works properly. Complete the folowing actions:
- Put your mouse over the lower rectangle. pointerover should be received for the purple rectangle
- Press and hold left mouse button over "Set Capture" button
- Put your mouse over the lower rectangle. pointerover should be received for the black rectangle
- Release left mouse button to complete the test.
Test passes if the proper behavior of the events is observed.
Pointer Events Capture Test