diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/storage-buckets.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/storage-buckets.https.any.js.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/storage-buckets.https.any.js.ini b/testing/web-platform/meta/IndexedDB/storage-buckets.https.any.js.ini new file mode 100644 index 0000000000..aa297f30b3 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/storage-buckets.https.any.js.ini @@ -0,0 +1,38 @@ +[storage-buckets.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Basic test that buckets create independent databases.] + expected: FAIL + + [Tests trying to use indexedDB in a deleted bucket.] + expected: FAIL + + +[storage-buckets.https.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Basic test that buckets create independent databases.] + expected: FAIL + + [Tests trying to use indexedDB in a deleted bucket.] + expected: FAIL + + +[storage-buckets.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Basic test that buckets create independent databases.] + expected: FAIL + + [Tests trying to use indexedDB in a deleted bucket.] + expected: FAIL + + +[storage-buckets.https.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Basic test that buckets create independent databases.] + expected: FAIL + + [Tests trying to use indexedDB in a deleted bucket.] + expected: FAIL |