blob: 0220543f4b0b63df7c343aeff1b1b5e4b68bcd3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
|