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 --- ...controller-oncapturedmousechange.https.html.ini | 6 +++ ...ured-mouse-event-constructor-inherited.html.ini | 6 +++ .../captured-mouse-event-constructor.html.ini | 12 ++++++ .../idlharness.https.window.js.ini | 48 ++++++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 testing/web-platform/meta/captured-mouse-events/capture-controller-oncapturedmousechange.https.html.ini create mode 100644 testing/web-platform/meta/captured-mouse-events/captured-mouse-event-constructor-inherited.html.ini create mode 100644 testing/web-platform/meta/captured-mouse-events/captured-mouse-event-constructor.html.ini create mode 100644 testing/web-platform/meta/captured-mouse-events/idlharness.https.window.js.ini (limited to 'testing/web-platform/meta/captured-mouse-events') 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 -- cgit v1.2.3