diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbcursor-continue.htm.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/idbcursor-continue.htm.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbcursor-continue.htm.ini b/testing/web-platform/meta/IndexedDB/idbcursor-continue.htm.ini new file mode 100644 index 0000000000..baeab6ac32 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/idbcursor-continue.htm.ini @@ -0,0 +1,20 @@ +[idbcursor-continue.htm] + 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.continue() - within range] + expected: + if (os == "win") and not debug: [PASS, TIMEOUT] + + [IDBCursor.continue() - within single key range] + expected: + if (os == "win") and not debug: [PASS, TIMEOUT] + + [IDBCursor.continue() - within single key range, with several results] + 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.continue() - skip far forward] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT] |