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/proximity | |
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/proximity')
4 files changed, 48 insertions, 0 deletions
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 + |