summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbcursor-advance-exception-order.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbcursor-advance-exception-order.html.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/idbcursor-advance-exception-order.html.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbcursor-advance-exception-order.html.ini b/testing/web-platform/meta/IndexedDB/idbcursor-advance-exception-order.html.ini
new file mode 100644
index 0000000000..ccfea854e4
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/idbcursor-advance-exception-order.html.ini
@@ -0,0 +1,16 @@
+[idbcursor-advance-exception-order.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
+ [IDBCursor.advance exception order: TransactionInactiveError 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.advance exception order: TransactionInactiveError vs. InvalidStateError #1]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [IDBCursor.advance exception order: TypeError vs. TransactionInactiveError]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]