diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idlharness.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/idlharness.any.js.ini | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idlharness.any.js.ini b/testing/web-platform/meta/IndexedDB/idlharness.any.js.ini new file mode 100644 index 0000000000..346d2ad0d5 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/idlharness.any.js.ini @@ -0,0 +1,53 @@ +[idlharness.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type] + expected: FAIL + + [IDBFactory interface: operation databases()] + expected: FAIL + + [IDBTransaction interface: attribute durability] + expected: FAIL + + +[idlharness.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type] + expected: FAIL + + [IDBFactory interface: operation databases()] + expected: FAIL + + [IDBTransaction interface: attribute durability] + expected: FAIL + + +[idlharness.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type] + expected: FAIL + + [IDBFactory interface: operation databases()] + expected: FAIL + + [IDBTransaction interface: attribute durability] + expected: FAIL + + +[idlharness.https.any.serviceworker.html] + expected: TIMEOUT + +[idlharness.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type] + expected: FAIL + + [IDBFactory interface: operation databases()] + expected: FAIL + + [IDBTransaction interface: attribute durability] + expected: FAIL |