From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- ...interevent_setpointercapture_relatedtarget.html | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 testing/web-platform/tests/pointerevents/pointerevent_setpointercapture_relatedtarget.html (limited to 'testing/web-platform/tests/pointerevents/pointerevent_setpointercapture_relatedtarget.html') diff --git a/testing/web-platform/tests/pointerevents/pointerevent_setpointercapture_relatedtarget.html b/testing/web-platform/tests/pointerevents/pointerevent_setpointercapture_relatedtarget.html new file mode 100644 index 0000000000..37de34d5a6 --- /dev/null +++ b/testing/web-platform/tests/pointerevents/pointerevent_setpointercapture_relatedtarget.html @@ -0,0 +1,124 @@ + + + + Set/Release capture + relatedTarget + + + + + + + + + + +

Pointer Events Capture Test - capture and relatedTarget

+

+ Test Description: This test checks if setCapture/releaseCapture functions works properly. Complete the following actions: +
    +
  1. Put your mouse over the purple rectangle. pointerover should be received for the purple rectangle +
  2. Press and hold left mouse button over "Set Capture" button +
  3. Move your mouse. 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

+
+

Test complete: Scroll to Summary to view Pass/Fail Results.

+

The following pointer types were detected: .

+

The following events were logged: .

+

Refresh the page to run the tests again with a different pointer type.

+
+
+ + -- cgit v1.2.3