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 |
+ |