diff options
Diffstat (limited to 'testing/web-platform/meta/permissions/idlharness.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/permissions/idlharness.any.js.ini | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/testing/web-platform/meta/permissions/idlharness.any.js.ini b/testing/web-platform/meta/permissions/idlharness.any.js.ini new file mode 100644 index 0000000000..3c926415e4 --- /dev/null +++ b/testing/web-platform/meta/permissions/idlharness.any.js.ini @@ -0,0 +1,84 @@ +[idlharness.any.worker.html] + [Permissions interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PermissionStatus interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [Permissions interface: existence and properties of interface prototype object] + expected: FAIL + + [Permissions interface: navigator.permissions must inherit property "query(object)" with the proper type] + expected: FAIL + + [PermissionStatus interface: permissionStatus must inherit property "onchange" with the proper type] + expected: FAIL + + [PermissionStatus interface: existence and properties of interface prototype object] + expected: FAIL + + [Permissions interface object name] + expected: FAIL + + [WorkerNavigator interface: attribute permissions] + expected: FAIL + + [Permissions interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [WorkerNavigator interface: navigator must inherit property "permissions" with the proper type] + expected: FAIL + + [Permissions interface object length] + expected: FAIL + + [Permissions interface: operation query(object)] + expected: FAIL + + [PermissionStatus interface object name] + expected: FAIL + + [PermissionStatus interface: attribute state] + expected: FAIL + + [PermissionStatus interface: existence and properties of interface object] + expected: FAIL + + [Permissions must be primary interface of navigator.permissions] + expected: FAIL + + [PermissionStatus interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PermissionStatus interface: attribute onchange] + expected: FAIL + + [PermissionStatus must be primary interface of permissionStatus] + expected: FAIL + + [PermissionStatus interface object length] + expected: FAIL + + [PermissionStatus interface: permissionStatus must inherit property "state" with the proper type] + expected: FAIL + + [Permissions interface: existence and properties of interface object] + expected: FAIL + + [Stringification of permissionStatus] + expected: FAIL + + [Stringification of navigator.permissions] + expected: FAIL + + [Permissions interface: calling query(object) on navigator.permissions with too few arguments must throw TypeError] + expected: FAIL + + [PermissionStatus interface: attribute name] + expected: FAIL + + [PermissionStatus interface: permissionStatus must inherit property "name" with the proper type] + expected: FAIL + + +[idlharness.any.html] |