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

Unified Diff: LayoutTests/fast/mediastream/getMediaDevices-expected.txt

Issue 286673003: MediaStream API: Patch #3 of implementing navigator.getMediaDevices (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Initial patch by tommyw@ from https://codereview.chromium.org/145583015/ Created 6 years, 7 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/getMediaDevices-expected.txt
diff --git a/LayoutTests/fast/mediastream/getMediaDevices-expected.txt b/LayoutTests/fast/mediastream/getMediaDevices-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9be9aed26aba07ae3de6d730a3d623f643565ad6
--- /dev/null
+++ b/LayoutTests/fast/mediastream/getMediaDevices-expected.txt
@@ -0,0 +1,16 @@
+Tests navigator.getMediaDevices
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS navigator.getMediaDevices(devicesCallback); did not throw exception.
+PASS After getMediaDevices
+PASS Devices returned.
+PASS devices.length is 3
+PASS devices[0].kind is "audioinput"
+PASS devices[1].kind is "audiooutput"
+PASS devices[2].kind is "videoinput"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698