OLD | NEW |
1 CONSOLE WARNING: Unknown constraint named valid_but_unsupported_1 rejected | 1 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject
ed |
2 Tests webkitGetUserMedia. | 2 Tests webkitGetUserMedia. |
3 | 3 |
4 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
". |
5 | 5 |
6 | 6 |
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: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. |
8 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. |
9 PASS Stream generated. | 9 PASS Stream generated. |
10 PASS stream.getAudioTracks().length is 1 | 10 PASS stream.getAudioTracks().length is 1 |
11 PASS stream.getVideoTracks().length is 0 | 11 PASS stream.getVideoTracks().length is 0 |
(...skipping 14 matching lines...) Expand all Loading... |
26 PASS errorArg.constraintName is "valid_but_unsupported_1" | 26 PASS errorArg.constraintName is "valid_but_unsupported_1" |
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_and_supported_1':1},
optional:[{'valid_but_unsupported_1':0}]}, video:true}, gotStream5, error); 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 navigator.webkitGetUserMedia({audio:{mandatory:{'valid_but_unsupported_1':0
}, optional:[]}, video:true}, gotStreamInError, error1); did not throw exception
. |
29 PASS Stream generated. | 29 PASS Stream generated. |
30 PASS stream.getAudioTracks().length is 1 | 30 PASS stream.getAudioTracks().length is 1 |
31 PASS stream.getVideoTracks().length is 1 | 31 PASS stream.getVideoTracks().length is 1 |
32 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
33 | 33 |
34 TEST COMPLETE | 34 TEST COMPLETE |
35 | 35 |
OLD | NEW |