diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/fire-success-event-exception.html.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/fire-success-event-exception.html.ini b/testing/web-platform/meta/IndexedDB/fire-success-event-exception.html.ini new file mode 100644 index 0000000000..d82a8f4b6d --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/fire-success-event-exception.html.ini @@ -0,0 +1,11 @@ +[fire-success-event-exception.html] + expected: + if swgl and (os == "win"): [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + [Exception in second success event listener on request] + expected: + if swgl and (os == "win"): [PASS, TIMEOUT] + + [Exception in first success event listener, tx active in second] + expected: + if swgl and (os == "win"): [PASS, TIMEOUT] |