From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../meta/gamepad/gamepad-secure-context.html.ini | 3 --- .../meta/gamepad/idlharness.https.window.js.ini | 17 ----------------- .../web-platform/meta/gamepad/idlharness.window.js.ini | 15 +++++++++++++++ .../meta/gamepad/not-fully-active.https.html.ini | 3 --- 4 files changed, 15 insertions(+), 23 deletions(-) delete mode 100644 testing/web-platform/meta/gamepad/gamepad-secure-context.html.ini delete mode 100644 testing/web-platform/meta/gamepad/idlharness.https.window.js.ini create mode 100644 testing/web-platform/meta/gamepad/idlharness.window.js.ini delete mode 100644 testing/web-platform/meta/gamepad/not-fully-active.https.html.ini (limited to 'testing/web-platform/meta/gamepad') diff --git a/testing/web-platform/meta/gamepad/gamepad-secure-context.html.ini b/testing/web-platform/meta/gamepad/gamepad-secure-context.html.ini deleted file mode 100644 index 89fd085e8e..0000000000 --- a/testing/web-platform/meta/gamepad/gamepad-secure-context.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[gamepad-secure-context.html] - [Gamepad API is not exposed in non-secure contexts] - expected: FAIL diff --git a/testing/web-platform/meta/gamepad/idlharness.https.window.js.ini b/testing/web-platform/meta/gamepad/idlharness.https.window.js.ini deleted file mode 100644 index 52545f5e09..0000000000 --- a/testing/web-platform/meta/gamepad/idlharness.https.window.js.ini +++ /dev/null @@ -1,17 +0,0 @@ -[idlharness.https.window.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - [GamepadEvent interface object length] - expected: FAIL - - [Gamepad interface: attribute vibrationActuator] - expected: FAIL - - [GamepadHapticActuator interface: attribute effects] - expected: FAIL - - [GamepadHapticActuator interface: operation playEffect(GamepadHapticEffectType, optional GamepadEffectParameters)] - expected: FAIL - - [GamepadHapticActuator interface: operation reset()] - expected: FAIL diff --git a/testing/web-platform/meta/gamepad/idlharness.window.js.ini b/testing/web-platform/meta/gamepad/idlharness.window.js.ini new file mode 100644 index 0000000000..90f334311f --- /dev/null +++ b/testing/web-platform/meta/gamepad/idlharness.window.js.ini @@ -0,0 +1,15 @@ +[idlharness.window.html] + [Gamepad interface: attribute vibrationActuator] + expected: FAIL + + [GamepadHapticActuator interface: attribute effects] + expected: FAIL + + [GamepadHapticActuator interface: operation playEffect(GamepadHapticEffectType, optional GamepadEffectParameters)] + expected: FAIL + + [GamepadHapticActuator interface: operation reset()] + expected: FAIL + + [GamepadEvent interface object length] + expected: FAIL diff --git a/testing/web-platform/meta/gamepad/not-fully-active.https.html.ini b/testing/web-platform/meta/gamepad/not-fully-active.https.html.ini deleted file mode 100644 index 9a2d22a674..0000000000 --- a/testing/web-platform/meta/gamepad/not-fully-active.https.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[not-fully-active.https.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3