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 --- .../ProximitySensor-iframe-access.https.html.ini | 2 + .../meta/proximity/ProximitySensor.https.html.ini | 2 + testing/web-platform/meta/proximity/__dir__.ini | 1 + .../meta/proximity/idlharness.https.window.js.ini | 43 ++++++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 testing/web-platform/meta/proximity/ProximitySensor-iframe-access.https.html.ini create mode 100644 testing/web-platform/meta/proximity/ProximitySensor.https.html.ini create mode 100644 testing/web-platform/meta/proximity/__dir__.ini create mode 100644 testing/web-platform/meta/proximity/idlharness.https.window.js.ini (limited to 'testing/web-platform/meta/proximity') diff --git a/testing/web-platform/meta/proximity/ProximitySensor-iframe-access.https.html.ini b/testing/web-platform/meta/proximity/ProximitySensor-iframe-access.https.html.ini new file mode 100644 index 0000000000..2f4c2495a3 --- /dev/null +++ b/testing/web-platform/meta/proximity/ProximitySensor-iframe-access.https.html.ini @@ -0,0 +1,2 @@ +[ProximitySensor-iframe-access.https.html] + expected: ERROR diff --git a/testing/web-platform/meta/proximity/ProximitySensor.https.html.ini b/testing/web-platform/meta/proximity/ProximitySensor.https.html.ini new file mode 100644 index 0000000000..345cd9cf79 --- /dev/null +++ b/testing/web-platform/meta/proximity/ProximitySensor.https.html.ini @@ -0,0 +1,2 @@ +[ProximitySensor.https.html] + expected: ERROR diff --git a/testing/web-platform/meta/proximity/__dir__.ini b/testing/web-platform/meta/proximity/__dir__.ini new file mode 100644 index 0000000000..2ef043b928 --- /dev/null +++ b/testing/web-platform/meta/proximity/__dir__.ini @@ -0,0 +1 @@ +implementation-status: backlog diff --git a/testing/web-platform/meta/proximity/idlharness.https.window.js.ini b/testing/web-platform/meta/proximity/idlharness.https.window.js.ini new file mode 100644 index 0000000000..196027b2de --- /dev/null +++ b/testing/web-platform/meta/proximity/idlharness.https.window.js.ini @@ -0,0 +1,43 @@ +[idlharness.https.window.html] + [ProximitySensor interface: new ProximitySensor(); must inherit property "near" with the proper type] + expected: FAIL + + [Stringification of new ProximitySensor();] + expected: FAIL + + [ProximitySensor interface: existence and properties of interface prototype object] + expected: FAIL + + [ProximitySensor interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [ProximitySensor interface: attribute distance] + expected: FAIL + + [ProximitySensor interface object length] + expected: FAIL + + [ProximitySensor interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [ProximitySensor interface: new ProximitySensor(); must inherit property "max" with the proper type] + expected: FAIL + + [ProximitySensor interface: new ProximitySensor(); must inherit property "distance" with the proper type] + expected: FAIL + + [ProximitySensor interface object name] + expected: FAIL + + [ProximitySensor interface: attribute max] + expected: FAIL + + [ProximitySensor interface: existence and properties of interface object] + expected: FAIL + + [ProximitySensor interface: attribute near] + expected: FAIL + + [ProximitySensor must be primary interface of new ProximitySensor();] + expected: FAIL + -- cgit v1.2.3