diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/push-api | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/push-api')
3 files changed, 270 insertions, 0 deletions
diff --git a/testing/web-platform/meta/push-api/__dir__.ini b/testing/web-platform/meta/push-api/__dir__.ini new file mode 100644 index 0000000000..7a2b4cc48e --- /dev/null +++ b/testing/web-platform/meta/push-api/__dir__.ini @@ -0,0 +1 @@ +lsan-allowed: [Alloc, Create, Malloc, Realloc, Then, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::dom::DocGroup::Create, mozilla::dom::ServiceWorkerManager::Unregister, mozilla::dom::ServiceWorkerRegistrationMainThread::Unregister, mozilla::dom::UnregisterCallback::UnregisterCallback, mozilla::net::nsStandardURL::TemplatedMutator, operator] diff --git a/testing/web-platform/meta/push-api/idlharness.https.any.js.ini b/testing/web-platform/meta/push-api/idlharness.https.any.js.ini new file mode 100644 index 0000000000..854ef2c410 --- /dev/null +++ b/testing/web-platform/meta/push-api/idlharness.https.any.js.ini @@ -0,0 +1,266 @@ +[idlharness.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [PushSubscriptionOptions interface: attribute userVisibleOnly] + expected: FAIL + + [PushManager interface: attribute supportedContentEncodings] + expected: FAIL + + [PushSubscription interface: attribute expirationTime] + expected: + if debug and (os == "android") and swgl: PASS + if not debug and (os == "win"): PASS + if debug and (os == "mac"): PASS + if debug and (os == "win"): PASS + if debug and (os == "linux"): PASS + [PASS, FAIL] + + +[idlharness.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [PushManager interface object length] + expected: FAIL + + [PushSubscription interface object length] + expected: FAIL + + [PushSubscriptionOptions interface: attribute userVisibleOnly] + expected: FAIL + + [PushManager interface: attribute supportedContentEncodings] + expected: FAIL + + [PushManager interface: existence and properties of interface object] + expected: FAIL + + [PushManager interface object name] + expected: FAIL + + [PushManager interface: existence and properties of interface prototype object] + expected: FAIL + + [PushManager interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PushManager interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PushManager interface: operation subscribe(optional PushSubscriptionOptionsInit)] + expected: FAIL + + [PushManager interface: operation getSubscription()] + expected: FAIL + + [PushManager interface: operation permissionState(optional PushSubscriptionOptionsInit)] + expected: FAIL + + [ServiceWorkerRegistration interface: attribute pushManager] + expected: FAIL + + [PushSubscription interface: existence and properties of interface object] + expected: FAIL + + [PushSubscription interface object name] + expected: FAIL + + [PushSubscription interface: existence and properties of interface prototype object] + expected: FAIL + + [PushSubscription interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PushSubscription interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PushSubscription interface: attribute endpoint] + expected: FAIL + + [PushSubscription interface: attribute expirationTime] + expected: FAIL + + [PushSubscription interface: attribute options] + expected: FAIL + + [PushSubscription interface: operation getKey(PushEncryptionKeyName)] + expected: FAIL + + [PushSubscription interface: operation unsubscribe()] + expected: FAIL + + [PushSubscription interface: operation toJSON()] + expected: FAIL + + [PushSubscriptionOptions interface: existence and properties of interface object] + expected: FAIL + + [PushSubscriptionOptions interface object length] + expected: FAIL + + [PushSubscriptionOptions interface object name] + expected: FAIL + + [PushSubscriptionOptions interface: existence and properties of interface prototype object] + expected: FAIL + + [PushSubscriptionOptions interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PushSubscriptionOptions interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PushSubscriptionOptions interface: attribute applicationServerKey] + expected: FAIL + + +[idlharness.https.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [PushSubscriptionChangeEvent must be primary interface of new PushSubscriptionChangeEvent("pushsubscriptionchange")] + expected: FAIL + + [PushSubscriptionChangeEvent interface object length] + expected: FAIL + + [PushSubscriptionChangeEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PushSubscriptionChangeEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PushManager interface: attribute supportedContentEncodings] + expected: FAIL + + [PushSubscriptionChangeEvent interface: existence and properties of interface object] + expected: FAIL + + [PushSubscriptionChangeEvent interface: attribute oldSubscription] + expected: FAIL + + [PushSubscriptionChangeEvent interface: new PushSubscriptionChangeEvent("pushsubscriptionchange") must inherit property "oldSubscription" with the proper type] + expected: FAIL + + [PushSubscriptionChangeEvent interface: new PushSubscriptionChangeEvent("pushsubscriptionchange") must inherit property "newSubscription" with the proper type] + expected: FAIL + + [PushSubscriptionChangeEvent interface: attribute newSubscription] + expected: FAIL + + [PushSubscriptionOptions interface: attribute userVisibleOnly] + expected: FAIL + + [PushSubscriptionChangeEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [Stringification of new PushSubscriptionChangeEvent("pushsubscriptionchange")] + expected: FAIL + + [PushSubscriptionChangeEvent interface object name] + expected: FAIL + + [PushSubscription interface: attribute expirationTime] + expected: + if debug and (os == "android") and swgl: PASS + if not debug and (os == "win"): PASS + if debug and (os == "win"): PASS + if debug and (os == "mac"): PASS + if debug and (os == "linux"): PASS + [PASS, FAIL] + + +[idlharness.https.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [PushManager interface object length] + expected: FAIL + + [PushSubscription interface object length] + expected: FAIL + + [PushSubscriptionOptions interface: attribute userVisibleOnly] + expected: FAIL + + [PushManager interface: attribute supportedContentEncodings] + expected: FAIL + + [PushManager interface: existence and properties of interface object] + expected: FAIL + + [PushManager interface object name] + expected: FAIL + + [PushManager interface: existence and properties of interface prototype object] + expected: FAIL + + [PushManager interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PushManager interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PushManager interface: operation subscribe(optional PushSubscriptionOptionsInit)] + expected: FAIL + + [PushManager interface: operation getSubscription()] + expected: FAIL + + [PushManager interface: operation permissionState(optional PushSubscriptionOptionsInit)] + expected: FAIL + + [ServiceWorkerRegistration interface: attribute pushManager] + expected: FAIL + + [PushSubscription interface: existence and properties of interface object] + expected: FAIL + + [PushSubscription interface object name] + expected: FAIL + + [PushSubscription interface: existence and properties of interface prototype object] + expected: FAIL + + [PushSubscription interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PushSubscription interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PushSubscription interface: attribute endpoint] + expected: FAIL + + [PushSubscription interface: attribute expirationTime] + expected: FAIL + + [PushSubscription interface: attribute options] + expected: FAIL + + [PushSubscription interface: operation getKey(PushEncryptionKeyName)] + expected: FAIL + + [PushSubscription interface: operation unsubscribe()] + expected: FAIL + + [PushSubscription interface: operation toJSON()] + expected: FAIL + + [PushSubscriptionOptions interface: existence and properties of interface object] + expected: FAIL + + [PushSubscriptionOptions interface object length] + expected: FAIL + + [PushSubscriptionOptions interface object name] + expected: FAIL + + [PushSubscriptionOptions interface: existence and properties of interface prototype object] + expected: FAIL + + [PushSubscriptionOptions interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PushSubscriptionOptions interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PushSubscriptionOptions interface: attribute applicationServerKey] + expected: FAIL diff --git a/testing/web-platform/meta/push-api/permission.https.html.ini b/testing/web-platform/meta/push-api/permission.https.html.ini new file mode 100644 index 0000000000..5162a33a96 --- /dev/null +++ b/testing/web-platform/meta/push-api/permission.https.html.ini @@ -0,0 +1,3 @@ +[permission.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |