diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/xhr/event-timeout.any.js.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/event-timeout.any.js.ini b/testing/web-platform/meta/xhr/event-timeout.any.js.ini new file mode 100644 index 0000000000..c02d1435ff --- /dev/null +++ b/testing/web-platform/meta/xhr/event-timeout.any.js.ini @@ -0,0 +1,10 @@ +[event-timeout.any.worker.html] + disabled: + if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1557708 + [XMLHttpRequest: timeout event] + expected: [PASS, FAIL] + + +[event-timeout.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |