diff options
Diffstat (limited to 'testing/web-platform/meta/websockets/bufferedAmount-unchanged-by-sync-xhr.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/websockets/bufferedAmount-unchanged-by-sync-xhr.any.js.ini | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/bufferedAmount-unchanged-by-sync-xhr.any.js.ini b/testing/web-platform/meta/websockets/bufferedAmount-unchanged-by-sync-xhr.any.js.ini new file mode 100644 index 0000000000..58e2d37cd8 --- /dev/null +++ b/testing/web-platform/meta/websockets/bufferedAmount-unchanged-by-sync-xhr.any.js.ini @@ -0,0 +1,55 @@ +[bufferedAmount-unchanged-by-sync-xhr.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bufferedAmount-unchanged-by-sync-xhr.any.sharedworker.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bufferedAmount-unchanged-by-sync-xhr.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bufferedAmount-unchanged-by-sync-xhr.any.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bufferedAmount-unchanged-by-sync-xhr.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bufferedAmount-unchanged-by-sync-xhr.any.sharedworker.html?wpt_flags=h2] + expected: + if (os == "android") and debug and not fission and not swgl: [OK, ERROR, TIMEOUT] + if (os == "android") and debug and fission: [OK, ERROR, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [bufferedAmount should not be updated during a sync XHR] + expected: + if (os == "android") and fission: [PASS, FAIL] + if os == "mac": [PASS, TIMEOUT] + + +[bufferedAmount-unchanged-by-sync-xhr.any.worker.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bufferedAmount-unchanged-by-sync-xhr.any.html?wpt_flags=h2] + expected: + if (os == "android") and debug and not fission and not swgl: [OK, ERROR] + if (os == "android") and debug and fission: [OK, ERROR, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [bufferedAmount should not be updated during a sync XHR] + expected: + if (os == "android") and fission: [PASS, FAIL] + if os == "mac": [PASS, TIMEOUT] + + +[bufferedAmount-unchanged-by-sync-xhr.any.worker.html?wpt_flags=h2] + expected: + if (os == "android") and debug and not fission and not swgl: [OK, ERROR, TIMEOUT] + if (os == "android") and debug and fission: [OK, ERROR, TIMEOUT] + if (os == "android") and not debug: [OK, ERROR] + [bufferedAmount should not be updated during a sync XHR] + expected: + if (os == "android") and fission: [PASS, FAIL] + if os == "mac": [PASS, TIMEOUT] |