diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/fire-error-event-exception.html.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/fire-error-event-exception.html.ini | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/fire-error-event-exception.html.ini b/testing/web-platform/meta/IndexedDB/fire-error-event-exception.html.ini new file mode 100644 index 0000000000..71f7589b21 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/fire-error-event-exception.html.ini @@ -0,0 +1,77 @@ +[fire-error-event-exception.html] + expected: + if (os == "win") and debug and swgl: [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + [Exception in second error event listener on transaction] + expected: + if (os == "win") and debug and swgl: [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + + [Exception in first error event listener on transaction, transaction active in second] + expected: + if (os == "win") and debug and swgl: [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + + [Exception in error event handler on connection] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and debug and swgl: [PASS, TIMEOUT] + + [Exception in error event handler on connection, with preventDefault] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and debug and swgl: [PASS, TIMEOUT] + + [Exception in error event listener on connection] + expected: + if (os == "win") and debug and swgl: [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + + [Exception in second error event listener on connection] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and debug and swgl: [PASS, TIMEOUT] + + [Exception in first error event listener on connection, transaction active in second] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and debug and swgl: [PASS, TIMEOUT] + + [Exception in error event handler on transaction] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + + [Exception in error event handler on transaction, with preventDefault] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + + [Exception in first error event listener on request, transaction active in second] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT] + + [Exception in error event listener on transaction] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + + [Exception in second error event listener on request] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT] + + [Exception in error event listener (non-callable "handleEvent") on request] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT] + + [Exception in error event listener ("handleEvent" lookup) on request] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT] |