diff options
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 + |