summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbcursor-advance-invalid.htm.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbcursor-advance-invalid.htm.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/idbcursor-advance-invalid.htm.ini27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbcursor-advance-invalid.htm.ini b/testing/web-platform/meta/IndexedDB/idbcursor-advance-invalid.htm.ini
new file mode 100644
index 0000000000..cf292855f4
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/idbcursor-advance-invalid.htm.ini
@@ -0,0 +1,27 @@
+[idbcursor-advance-invalid.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.advance() - invalid - missing argument]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+
+ [IDBCursor.advance() - invalid - pass null/undefined]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+
+ [IDBCursor.advance() - invalid - got value not set on exception]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+
+ [IDBCursor.advance() - invalid - pass negative numbers]
+ 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() - invalid - pass something other than number]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]