summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm.ini38
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm.ini b/testing/web-platform/meta/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm.ini
new file mode 100644
index 0000000000..417ad277c1
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm.ini
@@ -0,0 +1,38 @@
+[idbcursor-continuePrimaryKey-exception-order.htm]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [DataError(unset key)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration ongoing)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration ongoing)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [DataError(keys are lower then current one) in 'next' direction]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [DataError(unset primary key)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [DataError(keys are larger then current one) in 'prev' direction]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [InvalidStateError(iteration complete) v.s. DataError(unset key)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [InvalidStateError(iteration ongoing) v.s. DataError(unset key)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration complete)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]