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

Unified Diff: LayoutTests/fast/mediastream/MediaStreamTrack-getSources-expected.txt

Issue 16778002: MediaStream API: Changing the device enumeration to be async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comment fixed Created 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/mediastream/MediaStreamTrack-getSources-expected.txt
diff --git a/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt b/LayoutTests/fast/mediastream/MediaStreamTrack-getSources-expected.txt
similarity index 51%
rename from LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
rename to LayoutTests/fast/mediastream/MediaStreamTrack-getSources-expected.txt
index 40a2d0a1550c61dc70b1cf5f7ca60d2fffaf790a..2e6d9c29c53927ff212c6f403da1811e7cb8a02f 100644
--- a/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
+++ b/LayoutTests/fast/mediastream/MediaStreamTrack-getSources-expected.txt
@@ -1,11 +1,14 @@
-Tests MediaStreamTrack::getSourceInfos.
+Tests MediaStreamTrack::getSources.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS sources = MediaStreamTrack.getSourceInfos(); did not throw exception.
+PASS MediaStreamTrack.getSources(gotSources1); did not throw exception.
+PASS gotSources1 was called.
PASS sources.length > 0 is true
-PASS sources = MediaStreamTrack.getSourceInfos(); did not throw exception.
+PASS gotStream was called.
+PASS MediaStreamTrack.getSources(gotSources2); did not throw exception.
+PASS gotSources2 was called.
PASS sources.length > 0 is true
PASS sources[0].id === previousId is true
PASS sources[0].label.length > 0 is true
« no previous file with comments | « LayoutTests/fast/mediastream/MediaStreamTrack-getSources.html ('k') | Source/core/platform/mediastream/MediaStreamCenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698