OLD | NEW |
| 1 CONSOLE WARNING: Unknown constraint named valid_but_unsupported_1 rejected |
1 Tests webkitGetUserMedia. | 2 Tests webkitGetUserMedia. |
2 | 3 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 5 |
5 | 6 |
6 PASS navigator.webkitGetUserMedia({audio:false, video:false}, error, error); thr
ew exception SyntaxError: Failed to execute 'webkitGetUserMedia' on 'Navigator':
At least one of audio and video must be requested. | 7 PASS navigator.webkitGetUserMedia({audio:false, video:false}, error, error); thr
ew exception SyntaxError: Failed to execute 'webkitGetUserMedia' on 'Navigator':
At least one of audio and video must be requested. |
7 PASS navigator.webkitGetUserMedia({audio:true}, gotStream1, error); did not thro
w exception. | 8 PASS navigator.webkitGetUserMedia({audio:true}, gotStream1, error); did not thro
w exception. |
8 PASS Stream generated. | 9 PASS Stream generated. |
9 PASS stream.getAudioTracks().length is 1 | 10 PASS stream.getAudioTracks().length is 1 |
10 PASS stream.getVideoTracks().length is 0 | 11 PASS stream.getVideoTracks().length is 0 |
(...skipping 14 matching lines...) Expand all Loading... |
25 PASS errorArg.constraintName is "valid_but_unsupported_1" | 26 PASS errorArg.constraintName is "valid_but_unsupported_1" |
26 PASS navigator.webkitGetUserMedia({audio:{mandatory:{'valid_and_supported_1':1},
optional:[{'valid_but_unsupported_1':0}]}, video:true}, gotStream5, error); did
not throw exception. | 27 PASS navigator.webkitGetUserMedia({audio:{mandatory:{'valid_and_supported_1':1},
optional:[{'valid_but_unsupported_1':0}]}, video:true}, gotStream5, error); did
not throw exception. |
27 PASS navigator.webkitGetUserMedia({audio:{mandatory:{'valid_but_unsupported_1':0
}, optional:[]}, video:true}, gotStreamInError, error1); did not throw exception
. | 28 PASS navigator.webkitGetUserMedia({audio:{mandatory:{'valid_but_unsupported_1':0
}, optional:[]}, video:true}, gotStreamInError, error1); did not throw exception
. |
28 PASS Stream generated. | 29 PASS Stream generated. |
29 PASS stream.getAudioTracks().length is 1 | 30 PASS stream.getAudioTracks().length is 1 |
30 PASS stream.getVideoTracks().length is 1 | 31 PASS stream.getVideoTracks().length is 1 |
31 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
32 | 33 |
33 TEST COMPLETE | 34 TEST COMPLETE |
34 | 35 |
OLD | NEW |