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

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

Issue 1362933003: Remove MediaStream label, ended attributes and stop() method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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.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.
3 Tests MediaStream::onended callback. 1 Tests MediaStream::onended callback.
4 2
5 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 ".
6 4
7 5
8 PASS stream.ended is false
9 PASS streamEnded was called. 6 PASS streamEnded was called.
10 PASS stream.ended is true
11 PASS stream.ended is false
12 PASS streamEnded was called. 7 PASS streamEnded was called.
13 PASS stream.ended is true
14 PASS successfullyParsed is true 8 PASS successfullyParsed is true
15 9
16 TEST COMPLETE 10 TEST COMPLETE
17 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698