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

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

Issue 16778002: MediaStream API: Changing the device enumeration to be async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed review comments 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-getSourceInfos-expected.txt
diff --git a/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt b/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
index 40a2d0a1550c61dc70b1cf5f7ca60d2fffaf790a..2527acd6c8e9309e91bd7d2df579cdbb46fe26fc 100644
--- a/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
+++ b/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
@@ -3,9 +3,12 @@ Tests MediaStreamTrack::getSourceInfos.
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(gotSourceInfos1); did not throw exception.
+PASS gotSourceInfos1 was called.
PASS sources.length > 0 is true
-PASS sources = MediaStreamTrack.getSourceInfos(); did not throw exception.
+PASS gotStream was called.
+PASS MediaStreamTrack.getSources(gotSourceInfos2); did not throw exception.
+PASS gotSourceInfos2 was called.
PASS sources.length > 0 is true
PASS sources[0].id === previousId is true
PASS sources[0].label.length > 0 is true

Powered by Google App Engine
This is Rietveld 408576698