diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbcursor-delete-exception-order.htm.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/idbcursor-delete-exception-order.htm.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbcursor-delete-exception-order.htm.ini b/testing/web-platform/meta/IndexedDB/idbcursor-delete-exception-order.htm.ini new file mode 100644 index 0000000000..3c1f841470 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/idbcursor-delete-exception-order.htm.ini @@ -0,0 +1,16 @@ +[idbcursor-delete-exception-order.htm] + expected: + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + [IDBCursor.delete exception order: ReadOnlyError vs. InvalidStateError #2] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + + [IDBCursor.delete exception order: ReadOnlyError vs. InvalidStateError #1] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [IDBCursor.delete exception order: TransactionInactiveError vs. ReadOnlyError] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] |