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

Side by Side Diff: LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt

Issue 1194763002: Deprecate MediaStream label, ended attributes and stop() method (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: 'MediaStream.stop()' is deprecated and will be removed in M47, around November 2015. Please use 'MediaStream.active' instead.
1 Tests webkitMediaStream. 2 Tests webkitMediaStream.
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 Got local stream. 7 PASS Got local stream.
7 PASS localStream.getAudioTracks().length is 1 8 PASS localStream.getAudioTracks().length is 1
8 PASS localStream.getVideoTracks().length is 1 9 PASS localStream.getVideoTracks().length is 1
9 PASS typeof webkitMediaStream === 'function' is true 10 PASS typeof webkitMediaStream === 'function' is true
10 PASS checkIdAttribute(localStream.id) is true 11 PASS checkIdAttribute(localStream.id) is true
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 PASS [object MediaStream] is defined. 101 PASS [object MediaStream] is defined.
101 PASS newStream.constructor.name is 'MediaStream' 102 PASS newStream.constructor.name is 'MediaStream'
102 PASS newStream.getAudioTracks().length is nAudio 103 PASS newStream.getAudioTracks().length is nAudio
103 PASS newStream.getVideoTracks().length is nVideo 104 PASS newStream.getVideoTracks().length is nVideo
104 PASS newStream.active is false 105 PASS newStream.active is false
105 PASS checkIdAttribute(newStream.id) is true 106 PASS checkIdAttribute(newStream.id) is true
106 PASS successfullyParsed is true 107 PASS successfullyParsed is true
107 108
108 TEST COMPLETE 109 TEST COMPLETE
109 110
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/MediaStream-onended-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698