From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../meta/IndexedDB/idbcursor-continue.htm.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testing/web-platform/meta/IndexedDB/idbcursor-continue.htm.ini (limited to 'testing/web-platform/meta/IndexedDB/idbcursor-continue.htm.ini') 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] -- cgit v1.2.3