diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/storage/buckets | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/storage/buckets')
9 files changed, 975 insertions, 0 deletions
diff --git a/testing/web-platform/meta/storage/buckets/bucket-quota-indexeddb.tentative.https.any.js.ini b/testing/web-platform/meta/storage/buckets/bucket-quota-indexeddb.tentative.https.any.js.ini new file mode 100644 index 0000000000..bd3d792851 --- /dev/null +++ b/testing/web-platform/meta/storage/buckets/bucket-quota-indexeddb.tentative.https.any.js.ini @@ -0,0 +1,9 @@ +[bucket-quota-indexeddb.tentative.https.any.worker.html] + [IDB respects bucket quota] + expected: FAIL + + +[bucket-quota-indexeddb.tentative.https.any.html] + expected: ERROR + [IDB respects bucket quota] + expected: FAIL diff --git a/testing/web-platform/meta/storage/buckets/bucket-storage-policy.tentative.https.any.js.ini b/testing/web-platform/meta/storage/buckets/bucket-storage-policy.tentative.https.any.js.ini new file mode 100644 index 0000000000..60d947745f --- /dev/null +++ b/testing/web-platform/meta/storage/buckets/bucket-storage-policy.tentative.https.any.js.ini @@ -0,0 +1,20 @@ +[bucket-storage-policy.tentative.https.any.html] + [The open promise should reject with a TypeError when quota is requested outside the range of 1 to Number.MAX_SAFE_INTEGER.] + expected: FAIL + + +[bucket-storage-policy.tentative.https.any.worker.html] + [The open promise should reject with a TypeError when quota is requested outside the range of 1 to Number.MAX_SAFE_INTEGER.] + expected: FAIL + + +[bucket-storage-policy.tentative.https.any.sharedworker.html] + [The open promise should reject with a TypeError when quota is requested outside the range of 1 to Number.MAX_SAFE_INTEGER.] + expected: FAIL + + +[bucket-storage-policy.tentative.https.any.serviceworker.html] + expected: + if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + [The open promise should reject with a TypeError when quota is requested outside the range of 1 to Number.MAX_SAFE_INTEGER.] + expected: FAIL diff --git a/testing/web-platform/meta/storage/buckets/bucket_names.tentative.https.any.js.ini b/testing/web-platform/meta/storage/buckets/bucket_names.tentative.https.any.js.ini new file mode 100644 index 0000000000..27979dde0b --- /dev/null +++ b/testing/web-platform/meta/storage/buckets/bucket_names.tentative.https.any.js.ini @@ -0,0 +1,354 @@ +[bucket_names.tentative.https.any.sharedworker.html] + [open() allows bucket names with allowed characters] + expected: FAIL + + [open() allows bucket names with `-` in the middle] + expected: FAIL + + [open() allows bucket names with `_` in the middle] + expected: FAIL + + [open() allows bucket names ending with `_`] + expected: FAIL + + [open() allows bucket names ending with `-`] + expected: FAIL + + [open() throws an error if bucket names start with `_`] + expected: FAIL + + [open() throws an error if bucket names start with `-`] + expected: FAIL + + [open() throws an error if bucket names have a space] + expected: FAIL + + [open() throws an error if bucket names are not all lower case] + expected: FAIL + + [open() throws an error if bucket names are not in ASCII] + expected: FAIL + + [open() throws an error if bucket names include an invalid special character] + expected: FAIL + + [open() throws an error if bucket names have no characters] + expected: FAIL + + [open() throws an error if bucket names are an empty string] + expected: FAIL + + [open() throws an error if bucket names exceed 64 chars] + expected: FAIL + + [delete() allows bucket names with allowed characters] + expected: FAIL + + [delete() allows bucket names with `-` in the middle] + expected: FAIL + + [delete() allows bucket names with `_` in the middle] + expected: FAIL + + [delete() allows bucket names ending with `_`] + expected: FAIL + + [delete() allows bucket names ending with `-`] + expected: FAIL + + [delete() throws an error if bucket names start with `_`] + expected: FAIL + + [delete() throws an error if bucket names start with `-`] + expected: FAIL + + [delete() throws an error if bucket names have a space] + expected: FAIL + + [delete() throws an error if bucket names are not all lower case] + expected: FAIL + + [delete() throws an error if bucket names are not in ASCII] + expected: FAIL + + [delete() throws an error if bucket names include an invalid special character] + expected: FAIL + + [delete() throws an error if bucket names have no characters] + expected: FAIL + + [delete() throws an error if bucket names are an empty string] + expected: FAIL + + [delete() throws an error if bucket names exceed 64 chars] + expected: FAIL + + [open() does not store duplicate bucket names] + expected: FAIL + + +[bucket_names.tentative.https.any.worker.html] + [open() allows bucket names with allowed characters] + expected: FAIL + + [open() allows bucket names with `-` in the middle] + expected: FAIL + + [open() allows bucket names with `_` in the middle] + expected: FAIL + + [open() allows bucket names ending with `_`] + expected: FAIL + + [open() allows bucket names ending with `-`] + expected: FAIL + + [open() throws an error if bucket names start with `_`] + expected: FAIL + + [open() throws an error if bucket names start with `-`] + expected: FAIL + + [open() throws an error if bucket names have a space] + expected: FAIL + + [open() throws an error if bucket names are not all lower case] + expected: FAIL + + [open() throws an error if bucket names are not in ASCII] + expected: FAIL + + [open() throws an error if bucket names include an invalid special character] + expected: FAIL + + [open() throws an error if bucket names have no characters] + expected: FAIL + + [open() throws an error if bucket names are an empty string] + expected: FAIL + + [open() throws an error if bucket names exceed 64 chars] + expected: FAIL + + [delete() allows bucket names with allowed characters] + expected: FAIL + + [delete() allows bucket names with `-` in the middle] + expected: FAIL + + [delete() allows bucket names with `_` in the middle] + expected: FAIL + + [delete() allows bucket names ending with `_`] + expected: FAIL + + [delete() allows bucket names ending with `-`] + expected: FAIL + + [delete() throws an error if bucket names start with `_`] + expected: FAIL + + [delete() throws an error if bucket names start with `-`] + expected: FAIL + + [delete() throws an error if bucket names have a space] + expected: FAIL + + [delete() throws an error if bucket names are not all lower case] + expected: FAIL + + [delete() throws an error if bucket names are not in ASCII] + expected: FAIL + + [delete() throws an error if bucket names include an invalid special character] + expected: FAIL + + [delete() throws an error if bucket names have no characters] + expected: FAIL + + [delete() throws an error if bucket names are an empty string] + expected: FAIL + + [delete() throws an error if bucket names exceed 64 chars] + expected: FAIL + + [open() does not store duplicate bucket names] + expected: FAIL + + +[bucket_names.tentative.https.any.html] + [open() allows bucket names with allowed characters] + expected: FAIL + + [open() allows bucket names with `-` in the middle] + expected: FAIL + + [open() allows bucket names with `_` in the middle] + expected: FAIL + + [open() allows bucket names ending with `_`] + expected: FAIL + + [open() allows bucket names ending with `-`] + expected: FAIL + + [open() throws an error if bucket names start with `_`] + expected: FAIL + + [open() throws an error if bucket names start with `-`] + expected: FAIL + + [open() throws an error if bucket names have a space] + expected: FAIL + + [open() throws an error if bucket names are not all lower case] + expected: FAIL + + [open() throws an error if bucket names are not in ASCII] + expected: FAIL + + [open() throws an error if bucket names include an invalid special character] + expected: FAIL + + [open() throws an error if bucket names have no characters] + expected: FAIL + + [open() throws an error if bucket names are an empty string] + expected: FAIL + + [open() throws an error if bucket names exceed 64 chars] + expected: FAIL + + [delete() allows bucket names with allowed characters] + expected: FAIL + + [delete() allows bucket names with `-` in the middle] + expected: FAIL + + [delete() allows bucket names with `_` in the middle] + expected: FAIL + + [delete() allows bucket names ending with `_`] + expected: FAIL + + [delete() allows bucket names ending with `-`] + expected: FAIL + + [delete() throws an error if bucket names start with `_`] + expected: FAIL + + [delete() throws an error if bucket names start with `-`] + expected: FAIL + + [delete() throws an error if bucket names have a space] + expected: FAIL + + [delete() throws an error if bucket names are not all lower case] + expected: FAIL + + [delete() throws an error if bucket names are not in ASCII] + expected: FAIL + + [delete() throws an error if bucket names include an invalid special character] + expected: FAIL + + [delete() throws an error if bucket names have no characters] + expected: FAIL + + [delete() throws an error if bucket names are an empty string] + expected: FAIL + + [delete() throws an error if bucket names exceed 64 chars] + expected: FAIL + + [open() does not store duplicate bucket names] + expected: FAIL + + +[bucket_names.tentative.https.any.serviceworker.html] + [open() allows bucket names with allowed characters] + expected: FAIL + + [open() allows bucket names with `-` in the middle] + expected: FAIL + + [open() allows bucket names with `_` in the middle] + expected: FAIL + + [open() allows bucket names ending with `_`] + expected: FAIL + + [open() allows bucket names ending with `-`] + expected: FAIL + + [open() throws an error if bucket names start with `_`] + expected: FAIL + + [open() throws an error if bucket names start with `-`] + expected: FAIL + + [open() throws an error if bucket names have a space] + expected: FAIL + + [open() throws an error if bucket names are not all lower case] + expected: FAIL + + [open() throws an error if bucket names are not in ASCII] + expected: FAIL + + [open() throws an error if bucket names include an invalid special character] + expected: FAIL + + [open() throws an error if bucket names have no characters] + expected: FAIL + + [open() throws an error if bucket names are an empty string] + expected: FAIL + + [open() throws an error if bucket names exceed 64 chars] + expected: FAIL + + [delete() allows bucket names with allowed characters] + expected: FAIL + + [delete() allows bucket names with `-` in the middle] + expected: FAIL + + [delete() allows bucket names with `_` in the middle] + expected: FAIL + + [delete() allows bucket names ending with `_`] + expected: FAIL + + [delete() allows bucket names ending with `-`] + expected: FAIL + + [delete() throws an error if bucket names start with `_`] + expected: FAIL + + [delete() throws an error if bucket names start with `-`] + expected: FAIL + + [delete() throws an error if bucket names have a space] + expected: FAIL + + [delete() throws an error if bucket names are not all lower case] + expected: FAIL + + [delete() throws an error if bucket names are not in ASCII] + expected: FAIL + + [delete() throws an error if bucket names include an invalid special character] + expected: FAIL + + [delete() throws an error if bucket names have no characters] + expected: FAIL + + [delete() throws an error if bucket names are an empty string] + expected: FAIL + + [delete() throws an error if bucket names exceed 64 chars] + expected: FAIL + + [open() does not store duplicate bucket names] + expected: FAIL diff --git a/testing/web-platform/meta/storage/buckets/buckets_basic.tentative.https.any.js.ini b/testing/web-platform/meta/storage/buckets/buckets_basic.tentative.https.any.js.ini new file mode 100644 index 0000000000..6ead0e876a --- /dev/null +++ b/testing/web-platform/meta/storage/buckets/buckets_basic.tentative.https.any.js.ini @@ -0,0 +1,42 @@ +[buckets_basic.tentative.https.any.serviceworker.html] + [keys() lists all stored bucket names alphabetically] + expected: FAIL + + [delete() removes stored bucket name] + expected: FAIL + + [delete() does nothing if bucket name does not exist] + expected: FAIL + + +[buckets_basic.tentative.https.any.html] + [keys() lists all stored bucket names alphabetically] + expected: FAIL + + [delete() removes stored bucket name] + expected: FAIL + + [delete() does nothing if bucket name does not exist] + expected: FAIL + + +[buckets_basic.tentative.https.any.worker.html] + [keys() lists all stored bucket names alphabetically] + expected: FAIL + + [delete() removes stored bucket name] + expected: FAIL + + [delete() does nothing if bucket name does not exist] + expected: FAIL + + +[buckets_basic.tentative.https.any.sharedworker.html] + [keys() lists all stored bucket names alphabetically] + expected: FAIL + + [delete() removes stored bucket name] + expected: FAIL + + [delete() does nothing if bucket name does not exist] + expected: FAIL diff --git a/testing/web-platform/meta/storage/buckets/buckets_storage_policy.tentative.https.any.js.ini b/testing/web-platform/meta/storage/buckets/buckets_storage_policy.tentative.https.any.js.ini new file mode 100644 index 0000000000..49a9b2b9b8 --- /dev/null +++ b/testing/web-platform/meta/storage/buckets/buckets_storage_policy.tentative.https.any.js.ini @@ -0,0 +1,18 @@ +[buckets_storage_policy.tentative.https.any.worker.html] + [For an individual bucket, the quota is the minimum of the requested quota and the StorageKey quota.] + expected: FAIL + + +[buckets_storage_policy.tentative.https.any.html] + [For an individual bucket, the quota is the minimum of the requested quota and the StorageKey quota.] + expected: FAIL + + +[buckets_storage_policy.tentative.https.any.serviceworker.html] + [For an individual bucket, the quota is the minimum of the requested quota and the StorageKey quota.] + expected: FAIL + + +[buckets_storage_policy.tentative.https.any.sharedworker.html] + [For an individual bucket, the quota is the minimum of the requested quota and the StorageKey quota.] + expected: FAIL diff --git a/testing/web-platform/meta/storage/buckets/detached-iframe.https.html.ini b/testing/web-platform/meta/storage/buckets/detached-iframe.https.html.ini new file mode 100644 index 0000000000..6fafec0b2d --- /dev/null +++ b/testing/web-platform/meta/storage/buckets/detached-iframe.https.html.ini @@ -0,0 +1,9 @@ +[detached-iframe.https.html] + [Verify open() on detached iframe returns an error] + expected: FAIL + + [Verify keys() on detached iframe returns an error] + expected: FAIL + + [Verify delete() on detached iframe returns an error] + expected: FAIL diff --git a/testing/web-platform/meta/storage/buckets/idlharness-worker.https.any.js.ini b/testing/web-platform/meta/storage/buckets/idlharness-worker.https.any.js.ini new file mode 100644 index 0000000000..f85c3be756 --- /dev/null +++ b/testing/web-platform/meta/storage/buckets/idlharness-worker.https.any.js.ini @@ -0,0 +1,402 @@ +[idlharness-worker.https.any.html] + [StorageBucketManager interface: existence and properties of interface object] + expected: FAIL + + [StorageBucketManager interface object length] + expected: FAIL + + [StorageBucketManager interface object name] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [StorageBucketManager interface: operation open(DOMString, optional StorageBucketOptions)] + expected: FAIL + + [StorageBucketManager interface: operation keys()] + expected: FAIL + + [StorageBucketManager interface: operation delete(DOMString)] + expected: FAIL + + [StorageBucketManager must be primary interface of navigator.storageBuckets] + expected: FAIL + + [Stringification of navigator.storageBuckets] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "open(DOMString, optional StorageBucketOptions)" with the proper type] + expected: FAIL + + [StorageBucketManager interface: calling open(DOMString, optional StorageBucketOptions) on navigator.storageBuckets with too few arguments must throw TypeError] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "keys()" with the proper type] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "delete(DOMString)" with the proper type] + expected: FAIL + + [StorageBucketManager interface: calling delete(DOMString) on navigator.storageBuckets with too few arguments must throw TypeError] + expected: FAIL + + [StorageBucket interface: existence and properties of interface object] + expected: FAIL + + [StorageBucket interface object length] + expected: FAIL + + [StorageBucket interface object name] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [StorageBucket interface: attribute name] + expected: FAIL + + [StorageBucket interface: operation persist()] + expected: FAIL + + [StorageBucket interface: operation persisted()] + expected: FAIL + + [StorageBucket interface: operation estimate()] + expected: FAIL + + [StorageBucket interface: operation setExpires(DOMHighResTimeStamp)] + expected: FAIL + + [StorageBucket interface: operation expires()] + expected: FAIL + + [StorageBucket interface: attribute indexedDB] + expected: FAIL + + [StorageBucket interface: attribute caches] + expected: FAIL + + [StorageBucket interface: operation getDirectory()] + expected: FAIL + + [Navigator interface: attribute storageBuckets] + expected: FAIL + + [Navigator interface: navigator must inherit property "storageBuckets" with the proper type] + expected: FAIL + + +[idlharness-worker.https.any.worker.html] + [StorageBucketManager interface: existence and properties of interface object] + expected: FAIL + + [StorageBucketManager interface object length] + expected: FAIL + + [StorageBucketManager interface object name] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [StorageBucketManager interface: operation open(DOMString, optional StorageBucketOptions)] + expected: FAIL + + [StorageBucketManager interface: operation keys()] + expected: FAIL + + [StorageBucketManager interface: operation delete(DOMString)] + expected: FAIL + + [StorageBucketManager must be primary interface of navigator.storageBuckets] + expected: FAIL + + [Stringification of navigator.storageBuckets] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "open(DOMString, optional StorageBucketOptions)" with the proper type] + expected: FAIL + + [StorageBucketManager interface: calling open(DOMString, optional StorageBucketOptions) on navigator.storageBuckets with too few arguments must throw TypeError] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "keys()" with the proper type] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "delete(DOMString)" with the proper type] + expected: FAIL + + [StorageBucketManager interface: calling delete(DOMString) on navigator.storageBuckets with too few arguments must throw TypeError] + expected: FAIL + + [StorageBucket interface: existence and properties of interface object] + expected: FAIL + + [StorageBucket interface object length] + expected: FAIL + + [StorageBucket interface object name] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [StorageBucket interface: attribute name] + expected: FAIL + + [StorageBucket interface: member persist] + expected: FAIL + + [StorageBucket interface: operation persisted()] + expected: FAIL + + [StorageBucket interface: operation estimate()] + expected: FAIL + + [StorageBucket interface: operation setExpires(DOMHighResTimeStamp)] + expected: FAIL + + [StorageBucket interface: operation expires()] + expected: FAIL + + [StorageBucket interface: attribute indexedDB] + expected: FAIL + + [StorageBucket interface: attribute caches] + expected: FAIL + + [StorageBucket interface: operation getDirectory()] + expected: FAIL + + [WorkerNavigator interface: attribute storageBuckets] + expected: FAIL + + [WorkerNavigator interface: navigator must inherit property "storageBuckets" with the proper type] + expected: FAIL + + +[idlharness-worker.https.any.serviceworker.html] + [StorageBucketManager interface: existence and properties of interface object] + expected: FAIL + + [StorageBucketManager interface object length] + expected: FAIL + + [StorageBucketManager interface object name] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [StorageBucketManager interface: operation open(DOMString, optional StorageBucketOptions)] + expected: FAIL + + [StorageBucketManager interface: operation keys()] + expected: FAIL + + [StorageBucketManager interface: operation delete(DOMString)] + expected: FAIL + + [StorageBucketManager must be primary interface of navigator.storageBuckets] + expected: FAIL + + [Stringification of navigator.storageBuckets] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "open(DOMString, optional StorageBucketOptions)" with the proper type] + expected: FAIL + + [StorageBucketManager interface: calling open(DOMString, optional StorageBucketOptions) on navigator.storageBuckets with too few arguments must throw TypeError] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "keys()" with the proper type] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "delete(DOMString)" with the proper type] + expected: FAIL + + [StorageBucketManager interface: calling delete(DOMString) on navigator.storageBuckets with too few arguments must throw TypeError] + expected: FAIL + + [StorageBucket interface: existence and properties of interface object] + expected: FAIL + + [StorageBucket interface object length] + expected: FAIL + + [StorageBucket interface object name] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [StorageBucket interface: attribute name] + expected: FAIL + + [StorageBucket interface: member persist] + expected: FAIL + + [StorageBucket interface: operation persisted()] + expected: FAIL + + [StorageBucket interface: operation estimate()] + expected: FAIL + + [StorageBucket interface: operation setExpires(DOMHighResTimeStamp)] + expected: FAIL + + [StorageBucket interface: operation expires()] + expected: FAIL + + [StorageBucket interface: attribute indexedDB] + expected: FAIL + + [StorageBucket interface: attribute caches] + expected: FAIL + + [StorageBucket interface: operation getDirectory()] + expected: FAIL + + [WorkerNavigator interface: attribute storageBuckets] + expected: FAIL + + [WorkerNavigator interface: navigator must inherit property "storageBuckets" with the proper type] + expected: FAIL + + +[idlharness-worker.https.any.sharedworker.html] + [StorageBucketManager interface: existence and properties of interface object] + expected: FAIL + + [StorageBucketManager interface object length] + expected: FAIL + + [StorageBucketManager interface object name] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [StorageBucketManager interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [StorageBucketManager interface: operation open(DOMString, optional StorageBucketOptions)] + expected: FAIL + + [StorageBucketManager interface: operation keys()] + expected: FAIL + + [StorageBucketManager interface: operation delete(DOMString)] + expected: FAIL + + [StorageBucketManager must be primary interface of navigator.storageBuckets] + expected: FAIL + + [Stringification of navigator.storageBuckets] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "open(DOMString, optional StorageBucketOptions)" with the proper type] + expected: FAIL + + [StorageBucketManager interface: calling open(DOMString, optional StorageBucketOptions) on navigator.storageBuckets with too few arguments must throw TypeError] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "keys()" with the proper type] + expected: FAIL + + [StorageBucketManager interface: navigator.storageBuckets must inherit property "delete(DOMString)" with the proper type] + expected: FAIL + + [StorageBucketManager interface: calling delete(DOMString) on navigator.storageBuckets with too few arguments must throw TypeError] + expected: FAIL + + [StorageBucket interface: existence and properties of interface object] + expected: FAIL + + [StorageBucket interface object length] + expected: FAIL + + [StorageBucket interface object name] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [StorageBucket interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [StorageBucket interface: attribute name] + expected: FAIL + + [StorageBucket interface: member persist] + expected: FAIL + + [StorageBucket interface: operation persisted()] + expected: FAIL + + [StorageBucket interface: operation estimate()] + expected: FAIL + + [StorageBucket interface: operation setExpires(DOMHighResTimeStamp)] + expected: FAIL + + [StorageBucket interface: operation expires()] + expected: FAIL + + [StorageBucket interface: attribute indexedDB] + expected: FAIL + + [StorageBucket interface: attribute caches] + expected: FAIL + + [StorageBucket interface: operation getDirectory()] + expected: FAIL + + [WorkerNavigator interface: attribute storageBuckets] + expected: FAIL + + [WorkerNavigator interface: navigator must inherit property "storageBuckets" with the proper type] + expected: FAIL diff --git a/testing/web-platform/meta/storage/buckets/opaque-origin.https.window.js.ini b/testing/web-platform/meta/storage/buckets/opaque-origin.https.window.js.ini new file mode 100644 index 0000000000..7e17cd4b76 --- /dev/null +++ b/testing/web-platform/meta/storage/buckets/opaque-origin.https.window.js.ini @@ -0,0 +1,7 @@ +[opaque-origin.https.window.html] + expected: ERROR + [StorageBucketManager methods must reject in a sandboxed iframe.] + expected: FAIL + + [StorageBucketManager methods must reject in a sandboxed opened window.] + expected: FAIL diff --git a/testing/web-platform/meta/storage/buckets/storage_bucket_object.tentative.https.any.js.ini b/testing/web-platform/meta/storage/buckets/storage_bucket_object.tentative.https.any.js.ini new file mode 100644 index 0000000000..468499ea97 --- /dev/null +++ b/testing/web-platform/meta/storage/buckets/storage_bucket_object.tentative.https.any.js.ini @@ -0,0 +1,114 @@ +[storage_bucket_object.tentative.https.any.html] + [persisted() should default to false] + expected: FAIL + + [estimate() should retrieve quota usage] + expected: FAIL + + [durability() should retrieve bucket durability specified during creation] + expected: FAIL + + [Bucket durability defaults to relaxed] + expected: FAIL + + [expires() should retrieve expires date] + expected: FAIL + + [expires() should be defaulted to null] + expected: FAIL + + [setExpires() should set bucket expires date] + expected: FAIL + + [setExpires() should update expires date] + expected: FAIL + + [two handles can refer to the same bucket, and a bucket name can be reused after deletion] + expected: FAIL + + +[storage_bucket_object.tentative.https.any.sharedworker.html] + [persisted() should default to false] + expected: FAIL + + [estimate() should retrieve quota usage] + expected: FAIL + + [durability() should retrieve bucket durability specified during creation] + expected: FAIL + + [Bucket durability defaults to relaxed] + expected: FAIL + + [expires() should retrieve expires date] + expected: FAIL + + [expires() should be defaulted to null] + expected: FAIL + + [setExpires() should set bucket expires date] + expected: FAIL + + [setExpires() should update expires date] + expected: FAIL + + [two handles can refer to the same bucket, and a bucket name can be reused after deletion] + expected: FAIL + + +[storage_bucket_object.tentative.https.any.serviceworker.html] + [persisted() should default to false] + expected: FAIL + + [estimate() should retrieve quota usage] + expected: FAIL + + [durability() should retrieve bucket durability specified during creation] + expected: FAIL + + [Bucket durability defaults to relaxed] + expected: FAIL + + [expires() should retrieve expires date] + expected: FAIL + + [expires() should be defaulted to null] + expected: FAIL + + [setExpires() should set bucket expires date] + expected: FAIL + + [setExpires() should update expires date] + expected: FAIL + + [two handles can refer to the same bucket, and a bucket name can be reused after deletion] + expected: FAIL + + +[storage_bucket_object.tentative.https.any.worker.html] + [persisted() should default to false] + expected: FAIL + + [estimate() should retrieve quota usage] + expected: FAIL + + [durability() should retrieve bucket durability specified during creation] + expected: FAIL + + [Bucket durability defaults to relaxed] + expected: FAIL + + [expires() should retrieve expires date] + expected: FAIL + + [expires() should be defaulted to null] + expected: FAIL + + [setExpires() should set bucket expires date] + expected: FAIL + + [setExpires() should update expires date] + expected: FAIL + + [two handles can refer to the same bucket, and a bucket name can be reused after deletion] + expected: FAIL |