diff options
Diffstat (limited to 'testing/web-platform/meta/mediacapture-image/getusermedia.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/mediacapture-image/getusermedia.https.html.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/meta/mediacapture-image/getusermedia.https.html.ini b/testing/web-platform/meta/mediacapture-image/getusermedia.https.html.ini new file mode 100644 index 0000000000..0220543f4b --- /dev/null +++ b/testing/web-platform/meta/mediacapture-image/getusermedia.https.html.ini @@ -0,0 +1,29 @@ +[getusermedia.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [getUserMedia({"video":{"tilt":{"max":1}}}) must fail with TypeError] + expected: FAIL + + [getUserMedia({"video":{"zoom":{"exact":1}}}) must fail with TypeError] + expected: FAIL + + [getUserMedia({"video":{"tilt":{"exact":1}}}) must fail with TypeError] + expected: FAIL + + [getUserMedia({"video":{"zoom":{"max":1}}}) must fail with TypeError] + expected: FAIL + + [getUserMedia({"video":{"tilt":{"min":1}}}) must fail with TypeError] + expected: FAIL + + [getUserMedia({"video":{"pan":{"max":1}}}) must fail with TypeError] + expected: FAIL + + [getUserMedia({"video":{"zoom":{"min":1}}}) must fail with TypeError] + expected: FAIL + + [getUserMedia({"video":{"pan":{"exact":1}}}) must fail with TypeError] + expected: FAIL + + [getUserMedia({"video":{"pan":{"min":1}}}) must fail with TypeError] + expected: FAIL |