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

Side by Side Diff: LayoutTests/fast/mediastream/MediaStream-onended-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
« no previous file with comments | « no previous file | LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'MediaStream.ended' is deprecated and will be removed in M47, a round November 2015. Please use 'MediaStream.active' instead.
2 CONSOLE WARNING: 'MediaStream.stop()' is deprecated and will be removed in M47, around November 2015. Please use 'MediaStream.active' instead.
1 Tests MediaStream::onended callback. 3 Tests MediaStream::onended callback.
2 4
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 6
5 7
6 PASS stream.ended is false 8 PASS stream.ended is false
7 PASS streamEnded was called. 9 PASS streamEnded was called.
8 PASS stream.ended is true 10 PASS stream.ended is true
9 PASS stream.ended is false 11 PASS stream.ended is false
10 PASS streamEnded was called. 12 PASS streamEnded was called.
11 PASS stream.ended is true 13 PASS stream.ended is true
12 PASS successfullyParsed is true 14 PASS successfullyParsed is true
13 15
14 TEST COMPLETE 16 TEST COMPLETE
15 17
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698