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 --- .../meta/device-memory/device-memory.https.any.js.ini | 9 +++++++++ .../meta/device-memory/idlharness.https.any.js.ini | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 testing/web-platform/meta/device-memory/device-memory.https.any.js.ini create mode 100644 testing/web-platform/meta/device-memory/idlharness.https.any.js.ini (limited to 'testing/web-platform/meta/device-memory') diff --git a/testing/web-platform/meta/device-memory/device-memory.https.any.js.ini b/testing/web-platform/meta/device-memory/device-memory.https.any.js.ini new file mode 100644 index 0000000000..e4e648eb52 --- /dev/null +++ b/testing/web-platform/meta/device-memory/device-memory.https.any.js.ini @@ -0,0 +1,9 @@ +[device-memory.https.any.worker.html] + [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8] + expected: FAIL + + +[device-memory.https.any.html] + [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8] + expected: FAIL + diff --git a/testing/web-platform/meta/device-memory/idlharness.https.any.js.ini b/testing/web-platform/meta/device-memory/idlharness.https.any.js.ini new file mode 100644 index 0000000000..9163a606ff --- /dev/null +++ b/testing/web-platform/meta/device-memory/idlharness.https.any.js.ini @@ -0,0 +1,18 @@ +[idlharness.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Navigator interface: attribute deviceMemory] + expected: FAIL + + [Navigator interface: navigator must inherit property "deviceMemory" with the proper type] + expected: FAIL + + +[idlharness.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WorkerNavigator interface: attribute deviceMemory] + expected: FAIL + + [WorkerNavigator interface: navigator must inherit property "deviceMemory" with the proper type] + expected: FAIL -- cgit v1.2.3