diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/event-dispatch-active-flag.html.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/event-dispatch-active-flag.html.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/event-dispatch-active-flag.html.ini b/testing/web-platform/meta/IndexedDB/event-dispatch-active-flag.html.ini new file mode 100644 index 0000000000..4c2180d073 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/event-dispatch-active-flag.html.ini @@ -0,0 +1,14 @@ +[event-dispatch-active-flag.html] + expected: + if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + [Transactions are active during error handlers] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [Transactions are active during error listeners] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [Transactions are active during success listeners] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] |