From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- ...ties-uniqueid-from-pointer-event.tentative.html | 45 +++++++ ...uniqueid-from-pointer-event-init.tentative.html | 92 +++++++++++++ .../unique-id-is-unique-manual.tentative.html | 142 +++++++++++++++++++++ 3 files changed, 279 insertions(+) create mode 100644 testing/web-platform/tests/pointerevents/deviceproperties/get-device-properties-uniqueid-from-pointer-event.tentative.html create mode 100644 testing/web-platform/tests/pointerevents/deviceproperties/pointer-event-has-device-properties-uniqueid-from-pointer-event-init.tentative.html create mode 100644 testing/web-platform/tests/pointerevents/deviceproperties/unique-id-is-unique-manual.tentative.html (limited to 'testing/web-platform/tests/pointerevents/deviceproperties') diff --git a/testing/web-platform/tests/pointerevents/deviceproperties/get-device-properties-uniqueid-from-pointer-event.tentative.html b/testing/web-platform/tests/pointerevents/deviceproperties/get-device-properties-uniqueid-from-pointer-event.tentative.html new file mode 100644 index 0000000000..dc6b9379c1 --- /dev/null +++ b/testing/web-platform/tests/pointerevents/deviceproperties/get-device-properties-uniqueid-from-pointer-event.tentative.html @@ -0,0 +1,45 @@ + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/pointerevents/deviceproperties/pointer-event-has-device-properties-uniqueid-from-pointer-event-init.tentative.html b/testing/web-platform/tests/pointerevents/deviceproperties/pointer-event-has-device-properties-uniqueid-from-pointer-event-init.tentative.html new file mode 100644 index 0000000000..a37df4b421 --- /dev/null +++ b/testing/web-platform/tests/pointerevents/deviceproperties/pointer-event-has-device-properties-uniqueid-from-pointer-event-init.tentative.html @@ -0,0 +1,92 @@ + + + + +
+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/pointerevents/deviceproperties/unique-id-is-unique-manual.tentative.html b/testing/web-platform/tests/pointerevents/deviceproperties/unique-id-is-unique-manual.tentative.html new file mode 100644 index 0000000000..55db05353f --- /dev/null +++ b/testing/web-platform/tests/pointerevents/deviceproperties/unique-id-is-unique-manual.tentative.html @@ -0,0 +1,142 @@ + + +DeviceProperties.uniqueId is unique for pointer events from different devices + + + + +
+

Instructions

+

1. With one pointing device (pointing device #1), drag the pointer from A to B

+

2. With another pointing device (pointing device #2), drag the pointer from C to D

+

3. Repeat step 1.

+

4. Repeat step 2.

+

5. Click finish and verify the test passes. There should be 4 passing test cases.

+
+
+
+ Current pointer's unique id:

+
+
+
A
+
B
+
+
+
C
+
D
+
+ +

Click on the button below after completing. If a "PASS" result appears the test + passes, otherwise it fails

+ +
+ + + -- cgit v1.2.3