Pointer Events Capture Test - capture and relatedTarget

Test Description: This test checks if setCapture/releaseCapture functions works properly. Complete the folowing actions:
  1. Put your mouse over the lower rectangle. pointerover should be received for the purple rectangle
  2. Press and hold left mouse button over "Set Capture" button
  3. Put your mouse over the lower rectangle. pointerover should be received for the black rectangle
  4. Release left mouse button to complete the test.

Test passes if the proper behavior of the events is observed.


Pointer Events Capture Test