Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/mediastream/getusermedia-expected.txt

Issue 1636403002: Allow and ignore the googLeakyBucket constraint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing enableAutoThrottling special treatment Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698