diff options
Diffstat (limited to 'testing/web-platform/meta/compute-pressure')
24 files changed, 641 insertions, 0 deletions
diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_basic.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_basic.tentative.https.any.js.ini new file mode 100644 index 0000000000..64f04db800 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_basic.tentative.https.any.js.ini @@ -0,0 +1,49 @@ +[compute_pressure_basic.tentative.https.any.html] + [Return NotSupportedError when calling observer()] + expected: FAIL + + [Basic functionality test] + expected: FAIL + + [Removing observer before observe() resolves works] + expected: FAIL + + [Calling observe() multiple times works] + expected: FAIL + + [Starting a new observer after an observer has started works] + expected: FAIL + + +[compute_pressure_basic.tentative.https.any.worker.html] + [Return NotSupportedError when calling observer()] + expected: FAIL + + [Basic functionality test] + expected: FAIL + + [Removing observer before observe() resolves works] + expected: FAIL + + [Calling observe() multiple times works] + expected: FAIL + + [Starting a new observer after an observer has started works] + expected: FAIL + + +[compute_pressure_basic.tentative.https.any.sharedworker.html] + [Return NotSupportedError when calling observer()] + expected: FAIL + + [Basic functionality test] + expected: FAIL + + [Removing observer before observe() resolves works] + expected: FAIL + + [Calling observe() multiple times works] + expected: FAIL + + [Starting a new observer after an observer has started works] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_detached_iframe.tentative.https.html.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_detached_iframe.tentative.https.html.ini new file mode 100644 index 0000000000..002bbe0fb9 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_detached_iframe.tentative.https.html.ini @@ -0,0 +1,12 @@ +[compute_pressure_detached_iframe.tentative.https.html] + [PressureObserver.disconnect() on detached frame returns] + expected: FAIL + + [PressureObserver on detached frame returns with no callback] + expected: FAIL + + [PressureObserver.observe() on detached frame rejects] + expected: FAIL + + [Detaching frame while PressureObserver.observe() settles] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect.tentative.https.any.js.ini new file mode 100644 index 0000000000..50226890ca --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect.tentative.https.any.js.ini @@ -0,0 +1,22 @@ +[compute_pressure_disconnect.tentative.https.any.html] + [Call disconnect() directly should not crash] + expected: FAIL + + [Stopped PressureObserver do not receive changes] + expected: FAIL + + +[compute_pressure_disconnect.tentative.https.any.worker.html] + [Call disconnect() directly should not crash] + expected: FAIL + + [Stopped PressureObserver do not receive changes] + expected: FAIL + + +[compute_pressure_disconnect.tentative.https.any.sharedworker.html] + [Call disconnect() directly should not crash] + expected: FAIL + + [Stopped PressureObserver do not receive changes] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_idempotent.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_idempotent.tentative.https.any.js.ini new file mode 100644 index 0000000000..0ea144f2c1 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_idempotent.tentative.https.any.js.ini @@ -0,0 +1,13 @@ +[compute_pressure_disconnect_idempotent.tentative.https.any.worker.html] + [Stopped PressureObserver do not receive changes] + expected: FAIL + + +[compute_pressure_disconnect_idempotent.tentative.https.any.html] + [Stopped PressureObserver do not receive changes] + expected: FAIL + + +[compute_pressure_disconnect_idempotent.tentative.https.any.sharedworker.html] + [Stopped PressureObserver do not receive changes] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_immediately.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_immediately.tentative.https.any.js.ini new file mode 100644 index 0000000000..89820a8910 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_immediately.tentative.https.any.js.ini @@ -0,0 +1,22 @@ +[compute_pressure_disconnect_immediately.tentative.https.any.sharedworker.html] + [Stopped PressureObserver do not receive changes] + expected: FAIL + + [Removing observer before observe() resolves does not affect other observers] + expected: FAIL + + +[compute_pressure_disconnect_immediately.tentative.https.any.html] + [Stopped PressureObserver do not receive changes] + expected: FAIL + + [Removing observer before observe() resolves does not affect other observers] + expected: FAIL + + +[compute_pressure_disconnect_immediately.tentative.https.any.worker.html] + [Stopped PressureObserver do not receive changes] + expected: FAIL + + [Removing observer before observe() resolves does not affect other observers] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_duplicate_updates.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_duplicate_updates.tentative.https.any.js.ini new file mode 100644 index 0000000000..0b3670bb9c --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_duplicate_updates.tentative.https.any.js.ini @@ -0,0 +1,13 @@ +[compute_pressure_duplicate_updates.tentative.https.any.worker.html] + [Changes that fail the "has change in data" test are discarded.] + expected: FAIL + + +[compute_pressure_duplicate_updates.tentative.https.any.sharedworker.html] + [Changes that fail the "has change in data" test are discarded.] + expected: FAIL + + +[compute_pressure_duplicate_updates.tentative.https.any.html] + [Changes that fail the "has change in data" test are discarded.] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_multiple.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_multiple.tentative.https.any.js.ini new file mode 100644 index 0000000000..b39fc4067a --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_multiple.tentative.https.any.js.ini @@ -0,0 +1,13 @@ +[compute_pressure_multiple.tentative.https.any.worker.html] + [Three PressureObserver instances receive changes] + expected: FAIL + + +[compute_pressure_multiple.tentative.https.any.html] + [Three PressureObserver instances receive changes] + expected: FAIL + + +[compute_pressure_multiple.tentative.https.any.sharedworker.html] + [Three PressureObserver instances receive changes] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_observe_idempotent.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_observe_idempotent.tentative.https.any.js.ini new file mode 100644 index 0000000000..b8a31c35f4 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_observe_idempotent.tentative.https.any.js.ini @@ -0,0 +1,13 @@ +[compute_pressure_observe_idempotent.tentative.https.any.sharedworker.html] + [PressureObserver.observe() is idempotent] + expected: FAIL + + +[compute_pressure_observe_idempotent.tentative.https.any.html] + [PressureObserver.observe() is idempotent] + expected: FAIL + + +[compute_pressure_observe_idempotent.tentative.https.any.worker.html] + [PressureObserver.observe() is idempotent] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_observe_unobserve_failure.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_observe_unobserve_failure.tentative.https.any.js.ini new file mode 100644 index 0000000000..692da42086 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_observe_unobserve_failure.tentative.https.any.js.ini @@ -0,0 +1,22 @@ +[compute_pressure_observe_unobserve_failure.tentative.https.any.html] + [PressureObserver.observe() requires a valid source] + expected: FAIL + + [PressureObserver.unobserve() requires a valid source] + expected: FAIL + + +[compute_pressure_observe_unobserve_failure.tentative.https.any.sharedworker.html] + [PressureObserver.observe() requires a valid source] + expected: FAIL + + [PressureObserver.unobserve() requires a valid source] + expected: FAIL + + +[compute_pressure_observe_unobserve_failure.tentative.https.any.worker.html] + [PressureObserver.observe() requires a valid source] + expected: FAIL + + [PressureObserver.unobserve() requires a valid source] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_options.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_options.tentative.https.any.js.ini new file mode 100644 index 0000000000..129d58fc2a --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_options.tentative.https.any.js.ini @@ -0,0 +1,40 @@ +[compute_pressure_options.tentative.https.any.html] + [PressureObserver constructor requires a non-zero sampleRate] + expected: FAIL + + [PressureObserver constructor requires a positive sampleRate] + expected: FAIL + + [PressureObserver constructor doesnt throw error on positive sampleRate] + expected: FAIL + + [PressureObserver constructor succeeds on empty sampleRate] + expected: FAIL + + +[compute_pressure_options.tentative.https.any.sharedworker.html] + [PressureObserver constructor requires a non-zero sampleRate] + expected: FAIL + + [PressureObserver constructor requires a positive sampleRate] + expected: FAIL + + [PressureObserver constructor doesnt throw error on positive sampleRate] + expected: FAIL + + [PressureObserver constructor succeeds on empty sampleRate] + expected: FAIL + + +[compute_pressure_options.tentative.https.any.worker.html] + [PressureObserver constructor requires a non-zero sampleRate] + expected: FAIL + + [PressureObserver constructor requires a positive sampleRate] + expected: FAIL + + [PressureObserver constructor doesnt throw error on positive sampleRate] + expected: FAIL + + [PressureObserver constructor succeeds on empty sampleRate] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_not_triggered.tentative.https.window.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_not_triggered.tentative.https.window.js.ini new file mode 100644 index 0000000000..c767d7bba9 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_not_triggered.tentative.https.window.js.ini @@ -0,0 +1,3 @@ +[compute_pressure_rate_obfuscation_mitigation_not_triggered.tentative.https.window.html] + [No rate obfuscation mitigation should happen, when number of changes is below minimum changes before penalty] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_triggered.tentative.https.window.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_triggered.tentative.https.window.js.ini new file mode 100644 index 0000000000..fdfbf1f250 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_triggered.tentative.https.window.js.ini @@ -0,0 +1,3 @@ +[compute_pressure_rate_obfuscation_mitigation_triggered.tentative.https.window.html] + [Rate obfuscation mitigation should have been triggered, when changes is higher than minimum changes before penalty] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.tentative.https.any.js.ini new file mode 100644 index 0000000000..b9c25113e8 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.tentative.https.any.js.ini @@ -0,0 +1,31 @@ +[compute_pressure_supported_sources.tentative.https.any.worker.html] + [PressureObserver should support at least "cpu"] + expected: FAIL + + [PressureObserver must return always the same array] + expected: FAIL + + [PressureObserver must return a frozen array] + expected: FAIL + + +[compute_pressure_supported_sources.tentative.https.any.html] + [PressureObserver should support at least "cpu"] + expected: FAIL + + [PressureObserver must return always the same array] + expected: FAIL + + [PressureObserver must return a frozen array] + expected: FAIL + + +[compute_pressure_supported_sources.tentative.https.any.sharedworker.html] + [PressureObserver should support at least "cpu"] + expected: FAIL + + [PressureObserver must return always the same array] + expected: FAIL + + [PressureObserver must return a frozen array] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_take_records.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_take_records.tentative.https.any.js.ini new file mode 100644 index 0000000000..40da912509 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_take_records.tentative.https.any.js.ini @@ -0,0 +1,22 @@ +[compute_pressure_take_records.tentative.https.any.worker.html] + [Calling takeRecords() before observe()] + expected: FAIL + + [takeRecords() returns empty record after callback invoke] + expected: FAIL + + +[compute_pressure_take_records.tentative.https.any.html] + [Calling takeRecords() before observe()] + expected: FAIL + + [takeRecords() returns empty record after callback invoke] + expected: FAIL + + +[compute_pressure_take_records.tentative.https.any.sharedworker.html] + [Calling takeRecords() before observe()] + expected: FAIL + + [takeRecords() returns empty record after callback invoke] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.tentative.https.any.js.ini new file mode 100644 index 0000000000..3847148a71 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.tentative.https.any.js.ini @@ -0,0 +1,22 @@ +[compute_pressure_timestamp.tentative.https.any.html] + [Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate] + expected: FAIL + + [disconnect() should update [[LastRecordMap\]\]] + expected: FAIL + + +[compute_pressure_timestamp.tentative.https.any.worker.html] + [Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate] + expected: FAIL + + [disconnect() should update [[LastRecordMap\]\]] + expected: FAIL + + +[compute_pressure_timestamp.tentative.https.any.sharedworker.html] + [Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate] + expected: FAIL + + [disconnect() should update [[LastRecordMap\]\]] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_update_toJSON.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_update_toJSON.tentative.https.any.js.ini new file mode 100644 index 0000000000..413bbd0a13 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_update_toJSON.tentative.https.any.js.ini @@ -0,0 +1,13 @@ +[compute_pressure_update_toJSON.tentative.https.any.sharedworker.html] + [Basic functionality test] + expected: FAIL + + +[compute_pressure_update_toJSON.tentative.https.any.worker.html] + [Basic functionality test] + expected: FAIL + + +[compute_pressure_update_toJSON.tentative.https.any.html] + [Basic functionality test] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/idlharness.https.any.js.ini b/testing/web-platform/meta/compute-pressure/idlharness.https.any.js.ini new file mode 100644 index 0000000000..190a1d8b09 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/idlharness.https.any.js.ini @@ -0,0 +1,283 @@ +[idlharness.https.any.html] + [idl_test setup] + expected: FAIL + + [PressureObserver interface: existence and properties of interface object] + expected: FAIL + + [PressureObserver interface object length] + expected: FAIL + + [PressureObserver interface object name] + expected: FAIL + + [PressureObserver interface: existence and properties of interface prototype object] + expected: FAIL + + [PressureObserver interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PressureObserver interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PressureObserver interface: operation observe(PressureSource)] + expected: FAIL + + [PressureObserver interface: operation unobserve(PressureSource)] + expected: FAIL + + [PressureObserver interface: operation disconnect()] + expected: FAIL + + [PressureObserver interface: operation takeRecords()] + expected: FAIL + + [PressureObserver interface: attribute supportedSources] + expected: FAIL + + [PressureObserver must be primary interface of observer] + expected: FAIL + + [Stringification of observer] + expected: FAIL + + [PressureObserver interface: observer must inherit property "observe(PressureSource)" with the proper type] + expected: FAIL + + [PressureObserver interface: calling observe(PressureSource) on observer with too few arguments must throw TypeError] + expected: FAIL + + [PressureObserver interface: observer must inherit property "unobserve(PressureSource)" with the proper type] + expected: FAIL + + [PressureObserver interface: calling unobserve(PressureSource) on observer with too few arguments must throw TypeError] + expected: FAIL + + [PressureObserver interface: observer must inherit property "disconnect()" with the proper type] + expected: FAIL + + [PressureObserver interface: observer must inherit property "takeRecords()" with the proper type] + expected: FAIL + + [PressureObserver interface: observer must inherit property "supportedSources" with the proper type] + expected: FAIL + + [PressureRecord interface: existence and properties of interface object] + expected: FAIL + + [PressureRecord interface object length] + expected: FAIL + + [PressureRecord interface object name] + expected: FAIL + + [PressureRecord interface: existence and properties of interface prototype object] + expected: FAIL + + [PressureRecord interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PressureRecord interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PressureRecord interface: attribute source] + expected: FAIL + + [PressureRecord interface: attribute state] + expected: FAIL + + [PressureRecord interface: attribute time] + expected: FAIL + + [PressureRecord interface: operation toJSON()] + expected: FAIL + + +[idlharness.https.any.worker.html] + [idl_test setup] + expected: FAIL + + [PressureObserver interface: existence and properties of interface object] + expected: FAIL + + [PressureObserver interface object length] + expected: FAIL + + [PressureObserver interface object name] + expected: FAIL + + [PressureObserver interface: existence and properties of interface prototype object] + expected: FAIL + + [PressureObserver interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PressureObserver interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PressureObserver interface: operation observe(PressureSource)] + expected: FAIL + + [PressureObserver interface: operation unobserve(PressureSource)] + expected: FAIL + + [PressureObserver interface: operation disconnect()] + expected: FAIL + + [PressureObserver interface: operation takeRecords()] + expected: FAIL + + [PressureObserver interface: attribute supportedSources] + expected: FAIL + + [PressureObserver must be primary interface of observer] + expected: FAIL + + [Stringification of observer] + expected: FAIL + + [PressureObserver interface: observer must inherit property "observe(PressureSource)" with the proper type] + expected: FAIL + + [PressureObserver interface: calling observe(PressureSource) on observer with too few arguments must throw TypeError] + expected: FAIL + + [PressureObserver interface: observer must inherit property "unobserve(PressureSource)" with the proper type] + expected: FAIL + + [PressureObserver interface: calling unobserve(PressureSource) on observer with too few arguments must throw TypeError] + expected: FAIL + + [PressureObserver interface: observer must inherit property "disconnect()" with the proper type] + expected: FAIL + + [PressureObserver interface: observer must inherit property "takeRecords()" with the proper type] + expected: FAIL + + [PressureObserver interface: observer must inherit property "supportedSources" with the proper type] + expected: FAIL + + [PressureRecord interface: existence and properties of interface object] + expected: FAIL + + [PressureRecord interface object length] + expected: FAIL + + [PressureRecord interface object name] + expected: FAIL + + [PressureRecord interface: existence and properties of interface prototype object] + expected: FAIL + + [PressureRecord interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PressureRecord interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PressureRecord interface: attribute source] + expected: FAIL + + [PressureRecord interface: attribute state] + expected: FAIL + + [PressureRecord interface: attribute time] + expected: FAIL + + [PressureRecord interface: operation toJSON()] + expected: FAIL + + +[idlharness.https.any.sharedworker.html] + [idl_test setup] + expected: FAIL + + [PressureObserver interface: existence and properties of interface object] + expected: FAIL + + [PressureObserver interface object length] + expected: FAIL + + [PressureObserver interface object name] + expected: FAIL + + [PressureObserver interface: existence and properties of interface prototype object] + expected: FAIL + + [PressureObserver interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PressureObserver interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PressureObserver interface: operation observe(PressureSource)] + expected: FAIL + + [PressureObserver interface: operation unobserve(PressureSource)] + expected: FAIL + + [PressureObserver interface: operation disconnect()] + expected: FAIL + + [PressureObserver interface: operation takeRecords()] + expected: FAIL + + [PressureObserver interface: attribute supportedSources] + expected: FAIL + + [PressureObserver must be primary interface of observer] + expected: FAIL + + [Stringification of observer] + expected: FAIL + + [PressureObserver interface: observer must inherit property "observe(PressureSource)" with the proper type] + expected: FAIL + + [PressureObserver interface: calling observe(PressureSource) on observer with too few arguments must throw TypeError] + expected: FAIL + + [PressureObserver interface: observer must inherit property "unobserve(PressureSource)" with the proper type] + expected: FAIL + + [PressureObserver interface: calling unobserve(PressureSource) on observer with too few arguments must throw TypeError] + expected: FAIL + + [PressureObserver interface: observer must inherit property "disconnect()" with the proper type] + expected: FAIL + + [PressureObserver interface: observer must inherit property "takeRecords()" with the proper type] + expected: FAIL + + [PressureObserver interface: observer must inherit property "supportedSources" with the proper type] + expected: FAIL + + [PressureRecord interface: existence and properties of interface object] + expected: FAIL + + [PressureRecord interface object length] + expected: FAIL + + [PressureRecord interface object name] + expected: FAIL + + [PressureRecord interface: existence and properties of interface prototype object] + expected: FAIL + + [PressureRecord interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PressureRecord interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PressureRecord interface: attribute source] + expected: FAIL + + [PressureRecord interface: attribute state] + expected: FAIL + + [PressureRecord interface: attribute time] + expected: FAIL + + [PressureRecord interface: operation toJSON()] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy-attribute-redirect-on-load.https.html.ini b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy-attribute-redirect-on-load.https.html.ini new file mode 100644 index 0000000000..ae1eb4b10a --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy-attribute-redirect-on-load.https.html.ini @@ -0,0 +1,3 @@ +[compute-pressure-allowed-by-permissions-policy-attribute-redirect-on-load.https.html] + [permissions policy allow="compute-pressure" allows same-origin navigation in an iframe.] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy-attribute.https.html.ini b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy-attribute.https.html.ini new file mode 100644 index 0000000000..feb3551409 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy-attribute.https.html.ini @@ -0,0 +1,6 @@ +[compute-pressure-allowed-by-permissions-policy-attribute.https.html] + [permissions policy "compute-pressure" can be enabled in same-origin iframe using allow="compute-pressure" attribute] + expected: FAIL + + [permissions policy "compute-pressure" can be enabled in cross-origin iframe using allow="compute-pressure" attribute] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy.https.html.ini b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy.https.html.ini new file mode 100644 index 0000000000..9000d93caa --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-by-permissions-policy.https.html.ini @@ -0,0 +1,12 @@ +[compute-pressure-allowed-by-permissions-policy.https.html] + [permissions policy header "compute-pressure=*" allows the top-level document.] + expected: FAIL + + [permissions policy header "compute-pressure=*" allows same-origin iframes.] + expected: FAIL + + [permissions policy header "compute-pressure=*" allows cross-origin iframes with allow="compute-pressure" attribute.] + expected: FAIL + + [$Inherited permissions policy header "compute-pressure=*" allows dedicated workers.] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-on-self-origin-by-permissions-policy.https.html.ini b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-on-self-origin-by-permissions-policy.https.html.ini new file mode 100644 index 0000000000..ab282ff1fc --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-allowed-on-self-origin-by-permissions-policy.https.html.ini @@ -0,0 +1,8 @@ +[compute-pressure-allowed-on-self-origin-by-permissions-policy.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [permissions policy header "compute-pressure=self" allows the top-level document.] + expected: FAIL + + [permissions policy header "compute-pressure=self" allows same-origin iframes.] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-default-permissions-policy.https.html.ini b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-default-permissions-policy.https.html.ini new file mode 100644 index 0000000000..f884c52363 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-default-permissions-policy.https.html.ini @@ -0,0 +1,5 @@ +[compute-pressure-default-permissions-policy.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Default "compute-pressure" permissions policy allows same-origin iframes.] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-disabled-by-permissions-policy.https.html.ini b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-disabled-by-permissions-policy.https.html.ini new file mode 100644 index 0000000000..0e19753c64 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-disabled-by-permissions-policy.https.html.ini @@ -0,0 +1,8 @@ +[compute-pressure-disabled-by-permissions-policy.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [permissions policy header "compute-pressure=()" disallows the top-level document.] + expected: FAIL + + [$Inherited Permissions-Policy header compute-pressure=() disallows dedicated workers.] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-supported-by-permissions-policy.html.ini b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-supported-by-permissions-policy.html.ini new file mode 100644 index 0000000000..fd658dd56c --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/permissions-policy/compute-pressure-supported-by-permissions-policy.html.ini @@ -0,0 +1,3 @@ +[compute-pressure-supported-by-permissions-policy.html] + [document.featurePolicy.features should advertise compute-pressure.] + expected: FAIL |