diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/captured-mouse-events | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/captured-mouse-events')
4 files changed, 72 insertions, 0 deletions
diff --git a/testing/web-platform/meta/captured-mouse-events/capture-controller-oncapturedmousechange.https.html.ini b/testing/web-platform/meta/captured-mouse-events/capture-controller-oncapturedmousechange.https.html.ini new file mode 100644 index 0000000000..ab639102fa --- /dev/null +++ b/testing/web-platform/meta/captured-mouse-events/capture-controller-oncapturedmousechange.https.html.ini @@ -0,0 +1,6 @@ +[capture-controller-oncapturedmousechange.https.html] + [oncapturedmousechange is initially unset] + expected: FAIL + + [dispatching a CapturedMouseEvent on CaptureController should trigger oncapturedmousechange] + expected: FAIL diff --git a/testing/web-platform/meta/captured-mouse-events/captured-mouse-event-constructor-inherited.html.ini b/testing/web-platform/meta/captured-mouse-events/captured-mouse-event-constructor-inherited.html.ini new file mode 100644 index 0000000000..e17d8ef932 --- /dev/null +++ b/testing/web-platform/meta/captured-mouse-events/captured-mouse-event-constructor-inherited.html.ini @@ -0,0 +1,6 @@ +[captured-mouse-event-constructor-inherited.html] + [type argument is passed to the Event's constructor] + expected: FAIL + + [EventInit options are passed to the Event's constructor] + expected: FAIL diff --git a/testing/web-platform/meta/captured-mouse-events/captured-mouse-event-constructor.html.ini b/testing/web-platform/meta/captured-mouse-events/captured-mouse-event-constructor.html.ini new file mode 100644 index 0000000000..fcb985554d --- /dev/null +++ b/testing/web-platform/meta/captured-mouse-events/captured-mouse-event-constructor.html.ini @@ -0,0 +1,12 @@ +[captured-mouse-event-constructor.html] + [type argument is mandatory] + expected: FAIL + + [Invalid surfaceX/surfaceY options cause a RangeError to be thrown] + expected: FAIL + + [Valid surfaceX/surfaceY options are used as initial values] + expected: FAIL + + [surfaceX/surfaceY default to -1] + expected: FAIL diff --git a/testing/web-platform/meta/captured-mouse-events/idlharness.https.window.js.ini b/testing/web-platform/meta/captured-mouse-events/idlharness.https.window.js.ini new file mode 100644 index 0000000000..2909d34806 --- /dev/null +++ b/testing/web-platform/meta/captured-mouse-events/idlharness.https.window.js.ini @@ -0,0 +1,48 @@ +[idlharness.https.window.html] + [CaptureController interface: existence and properties of interface object] + expected: FAIL + + [CaptureController interface object length] + expected: FAIL + + [CaptureController interface object name] + expected: FAIL + + [CaptureController interface: existence and properties of interface prototype object] + expected: FAIL + + [CaptureController interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CaptureController interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CaptureController interface: operation setFocusBehavior(CaptureStartFocusBehavior)] + expected: FAIL + + [CaptureController interface: attribute oncapturedmousechange] + expected: FAIL + + [CapturedMouseEvent interface: existence and properties of interface object] + expected: FAIL + + [CapturedMouseEvent interface object length] + expected: FAIL + + [CapturedMouseEvent interface object name] + expected: FAIL + + [CapturedMouseEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [CapturedMouseEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CapturedMouseEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CapturedMouseEvent interface: attribute surfaceX] + expected: FAIL + + [CapturedMouseEvent interface: attribute surfaceY] + expected: FAIL |