diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/event-load.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/event-load.any.js.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/event-load.any.js.ini b/testing/web-platform/meta/xhr/event-load.any.js.ini new file mode 100644 index 0000000000..971b195356 --- /dev/null +++ b/testing/web-platform/meta/xhr/event-load.any.js.ini @@ -0,0 +1,11 @@ +[event-load.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [XMLHttpRequest: The send() method: Fire an event named load (synchronous flag is unset)] + expected: + if (os == "mac") and not debug: [PASS, FAIL] + + +[event-load.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |