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

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

Issue 1312213006: Remove MediaStream label, ended attributes and stop() method (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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.
2 Tests webkitMediaStream. 1 Tests webkitMediaStream.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 PASS Got local stream. 6 PASS Got local stream.
8 PASS localStream.getAudioTracks().length is 1 7 PASS localStream.getAudioTracks().length is 1
9 PASS localStream.getVideoTracks().length is 1 8 PASS localStream.getVideoTracks().length is 1
10 PASS typeof webkitMediaStream === 'function' is true 9 PASS typeof webkitMediaStream === 'function' is true
11 PASS checkIdAttribute(localStream.id) is true 10 PASS checkIdAttribute(localStream.id) is true
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 PASS [object MediaStream] is defined. 100 PASS [object MediaStream] is defined.
102 PASS newStream.constructor.name is 'MediaStream' 101 PASS newStream.constructor.name is 'MediaStream'
103 PASS newStream.getAudioTracks().length is nAudio 102 PASS newStream.getAudioTracks().length is nAudio
104 PASS newStream.getVideoTracks().length is nVideo 103 PASS newStream.getVideoTracks().length is nVideo
105 PASS newStream.active is false 104 PASS newStream.active is false
106 PASS checkIdAttribute(newStream.id) is true 105 PASS checkIdAttribute(newStream.id) is true
107 PASS successfullyParsed is true 106 PASS successfullyParsed is true
108 107
109 TEST COMPLETE 108 TEST COMPLETE
110 109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698