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

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: 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-getSourceInfos-expected.txt
diff --git a/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt b/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
deleted file mode 100644
index 40a2d0a1550c61dc70b1cf5f7ca60d2fffaf790a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-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 sources.length > 0 is true
-PASS sources = MediaStreamTrack.getSourceInfos(); did not throw exception.
-PASS sources.length > 0 is true
-PASS sources[0].id === previousId is true
-PASS sources[0].label.length > 0 is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698