From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../tests/captured-mouse-events/META.yml | 4 + ...ure-controller-oncapturedmousechange.https.html | 30 ++++++ ...captured-mouse-event-constructor-inherited.html | 29 +++++ .../captured-mouse-event-constructor.html | 68 ++++++++++++ ...g-mouse-coordinates-manual.tentative.https.html | 119 +++++++++++++++++++++ .../idlharness.https.window.js | 11 ++ 6 files changed, 261 insertions(+) create mode 100644 testing/web-platform/tests/captured-mouse-events/META.yml create mode 100644 testing/web-platform/tests/captured-mouse-events/capture-controller-oncapturedmousechange.https.html create mode 100644 testing/web-platform/tests/captured-mouse-events/captured-mouse-event-constructor-inherited.html create mode 100644 testing/web-platform/tests/captured-mouse-events/captured-mouse-event-constructor.html create mode 100644 testing/web-platform/tests/captured-mouse-events/capturing-mouse-coordinates-manual.tentative.https.html create mode 100644 testing/web-platform/tests/captured-mouse-events/idlharness.https.window.js (limited to 'testing/web-platform/tests/captured-mouse-events') diff --git a/testing/web-platform/tests/captured-mouse-events/META.yml b/testing/web-platform/tests/captured-mouse-events/META.yml new file mode 100644 index 0000000000..90b8af85ee --- /dev/null +++ b/testing/web-platform/tests/captured-mouse-events/META.yml @@ -0,0 +1,4 @@ +spec: https://screen-share.github.io/captured-mouse-events/ +suggested_reviewers: + - eladalon1983 + - fred-wang diff --git a/testing/web-platform/tests/captured-mouse-events/capture-controller-oncapturedmousechange.https.html b/testing/web-platform/tests/captured-mouse-events/capture-controller-oncapturedmousechange.https.html new file mode 100644 index 0000000000..d42ba4ed46 --- /dev/null +++ b/testing/web-platform/tests/captured-mouse-events/capture-controller-oncapturedmousechange.https.html @@ -0,0 +1,30 @@ + + + + + + diff --git a/testing/web-platform/tests/captured-mouse-events/captured-mouse-event-constructor-inherited.html b/testing/web-platform/tests/captured-mouse-events/captured-mouse-event-constructor-inherited.html new file mode 100644 index 0000000000..2e25091eb5 --- /dev/null +++ b/testing/web-platform/tests/captured-mouse-events/captured-mouse-event-constructor-inherited.html @@ -0,0 +1,29 @@ + + + + + + + diff --git a/testing/web-platform/tests/captured-mouse-events/captured-mouse-event-constructor.html b/testing/web-platform/tests/captured-mouse-events/captured-mouse-event-constructor.html new file mode 100644 index 0000000000..e9cfe971c0 --- /dev/null +++ b/testing/web-platform/tests/captured-mouse-events/captured-mouse-event-constructor.html @@ -0,0 +1,68 @@ + + + + + + + diff --git a/testing/web-platform/tests/captured-mouse-events/capturing-mouse-coordinates-manual.tentative.https.html b/testing/web-platform/tests/captured-mouse-events/capturing-mouse-coordinates-manual.tentative.https.html new file mode 100644 index 0000000000..19b2d69641 --- /dev/null +++ b/testing/web-platform/tests/captured-mouse-events/capturing-mouse-coordinates-manual.tentative.https.html @@ -0,0 +1,119 @@ + + +

Capturing mouse coordinates

+ + + + +
    +
  1. + and share this window as a + captured surface. +
  2. +
  3. Move the mouse near the top left corner of the window.
  4. +
  5. Move the mouse near the top right corner of the window.
  6. +
  7. Move the mouse near the bottom right corner of the window.
  8. +
  9. Move the mouse near the bottom left corner of the window.
  10. +
  11. Move the mouse near the center of the window.
  12. +
  13. Move the mouse outside the window.
  14. +
  15. Move the mouse inside the window.
  16. +
+

+
+
+ diff --git a/testing/web-platform/tests/captured-mouse-events/idlharness.https.window.js b/testing/web-platform/tests/captured-mouse-events/idlharness.https.window.js new file mode 100644 index 0000000000..1dda955b10 --- /dev/null +++ b/testing/web-platform/tests/captured-mouse-events/idlharness.https.window.js @@ -0,0 +1,11 @@ +// META: script=/resources/WebIDLParser.js +// META: script=/resources/idlharness.js + +'use strict'; + +// https://screen-share.github.io/captured-mouse-events/ + +idl_test( + ['captured-mouse-events.tentative'], + ['html', 'dom'] +); -- cgit v1.2.3