diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/sync-no-progress.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/sync-no-progress.any.js.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/sync-no-progress.any.js.ini b/testing/web-platform/meta/xhr/sync-no-progress.any.js.ini new file mode 100644 index 0000000000..afc700dbcd --- /dev/null +++ b/testing/web-platform/meta/xhr/sync-no-progress.any.js.ini @@ -0,0 +1,11 @@ +[sync-no-progress.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [progress event should not be fired by sync XHR] + expected: + if not fission and (os == "linux") and debug: [PASS, FAIL] + + +[sync-no-progress.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |