diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idb-partitioned-basic.tentative.sub.html.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/idb-partitioned-basic.tentative.sub.html.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idb-partitioned-basic.tentative.sub.html.ini b/testing/web-platform/meta/IndexedDB/idb-partitioned-basic.tentative.sub.html.ini new file mode 100644 index 0000000000..ba5cbb8231 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/idb-partitioned-basic.tentative.sub.html.ini @@ -0,0 +1,9 @@ +[idb-partitioned-basic.tentative.sub.html] + expected: + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + [Simple test for partitioned IndexedDB] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if os == "android": FAIL |