From 428e8f7dd81ec45b2ab16dad0ca4de3eb6e9e51f Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Mon, 14 Apr 2025 11:33:38 -0700 Subject: Enable all experimental web platform features on all testsuites (#36519) This affects the following testsuites: - tests/wpt/tests/ - tests/wpt/mozilla/tests/ - tests/wpt/webgl/tests/ - tests/wpt/webgpu/tests/ Testing: Several tests improve This is part of #36315 Signed-off-by: Oriol Brufau --- .../wpt/meta/permissions/all-permissions.html.ini | 27 ---- tests/wpt/meta/permissions/idlharness.any.js.ini | 150 --------------------- ...ery-feature-policy-attribute.https.sub.html.ini | 9 -- 3 files changed, 186 deletions(-) (limited to 'tests/wpt/meta/permissions') diff --git a/tests/wpt/meta/permissions/all-permissions.html.ini b/tests/wpt/meta/permissions/all-permissions.html.ini index 103ebfa3f74..27e7b03eb7c 100644 --- a/tests/wpt/meta/permissions/all-permissions.html.ini +++ b/tests/wpt/meta/permissions/all-permissions.html.ini @@ -28,30 +28,3 @@ [Query "xr-spatial-tracking" permission] expected: FAIL - - [Query "geolocation" permission] - expected: FAIL - - [Query "notifications" permission] - expected: FAIL - - [Query "persistent-storage" permission] - expected: FAIL - - [Query "push" permission] - expected: FAIL - - [Query "background-sync" permission] - expected: FAIL - - [Query "bluetooth" permission] - expected: FAIL - - [Query "midi" permission] - expected: FAIL - - [Query "camera" permission] - expected: FAIL - - [Query "microphone" permission] - expected: FAIL diff --git a/tests/wpt/meta/permissions/idlharness.any.js.ini b/tests/wpt/meta/permissions/idlharness.any.js.ini index 507819232d7..3191d0751c0 100644 --- a/tests/wpt/meta/permissions/idlharness.any.js.ini +++ b/tests/wpt/meta/permissions/idlharness.any.js.ini @@ -1,164 +1,14 @@ [idlharness.any.worker.html] - [Permissions interface: operation query(object)] - 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 - [Permissions interface: existence and properties of interface object] - expected: FAIL - - [Permissions interface object length] - expected: FAIL - - [Permissions interface object name] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [Permissions must be primary interface of navigator.permissions] - expected: FAIL - - [Stringification of navigator.permissions] - expected: FAIL - - [Permissions interface: navigator.permissions must inherit property "query(object)" with the proper type] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface object] - expected: FAIL - - [PermissionStatus interface object length] - expected: FAIL - - [PermissionStatus interface object name] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [PermissionStatus interface: attribute state] - expected: FAIL - - [PermissionStatus interface: attribute onchange] - expected: FAIL - - [PermissionStatus must be primary interface of permissionStatus] - expected: FAIL - - [Stringification of permissionStatus] - expected: FAIL - - [PermissionStatus interface: permissionStatus must inherit property "state" with the proper type] - expected: FAIL - - [PermissionStatus interface: permissionStatus must inherit property "onchange" with the proper type] - expected: FAIL - - [WorkerNavigator interface: attribute permissions] - expected: FAIL - - [WorkerNavigator interface: navigator must inherit property "permissions" with the proper type] - expected: FAIL - [idlharness.any.html] - [Permissions interface: operation query(object)] - 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 - - [Permissions interface: existence and properties of interface object] - expected: FAIL - - [Permissions interface object length] - expected: FAIL - - [Permissions interface object name] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [Permissions interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [Permissions must be primary interface of navigator.permissions] - expected: FAIL - - [Stringification of navigator.permissions] - expected: FAIL - - [Permissions interface: navigator.permissions must inherit property "query(object)" with the proper type] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface object] - expected: FAIL - - [PermissionStatus interface object length] - expected: FAIL - - [PermissionStatus interface object name] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [PermissionStatus interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [PermissionStatus interface: attribute state] - expected: FAIL - - [PermissionStatus interface: attribute onchange] - expected: FAIL - - [PermissionStatus must be primary interface of permissionStatus] - expected: FAIL - - [Stringification of permissionStatus] - expected: FAIL - - [PermissionStatus interface: permissionStatus must inherit property "state" with the proper type] - expected: FAIL - - [PermissionStatus interface: permissionStatus must inherit property "onchange" with the proper type] - expected: FAIL - - [Navigator interface: attribute permissions] - expected: FAIL - - [Navigator interface: navigator must inherit property "permissions" with the proper type] - expected: FAIL diff --git a/tests/wpt/meta/permissions/permissions-query-feature-policy-attribute.https.sub.html.ini b/tests/wpt/meta/permissions/permissions-query-feature-policy-attribute.https.sub.html.ini index a02439a8e9a..f2f5dc83956 100644 --- a/tests/wpt/meta/permissions/permissions-query-feature-policy-attribute.https.sub.html.ini +++ b/tests/wpt/meta/permissions/permissions-query-feature-policy-attribute.https.sub.html.ini @@ -1,12 +1,3 @@ [permissions-query-feature-policy-attribute.https.sub.html] - [Permissions.state is "prompt" with allow="geolocation" in same-origin iframes.] - expected: FAIL - - [Permissions.state is "prompt" with allow="geolocation" in cross-origin iframes.] - expected: FAIL - - [Permission.state is "prompt" in same-origin iframes.] - expected: FAIL - [Permission.state is "denied" in cross-origin iframes.] expected: FAIL -- cgit v1.2.3