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..a87a0ef04d0c5fbd76c0f6572b788840f881df2e |
--- /dev/null |
+++ b/LayoutTests/fast/mediastream/getMediaDevices-expected.txt |
@@ -0,0 +1,33 @@ |
+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].deviceId.length is > 0 |
+PASS devices[1].deviceId.length is > 0 |
+PASS devices[2].deviceId.length is > 0 |
+PASS devices[0].deviceId is not devices[1].deviceId |
+PASS devices[0].deviceId is not devices[2].deviceId |
+PASS devices[1].deviceId is not devices[2].deviceId |
+PASS devices[0].kind is "audioinput" |
+PASS devices[1].kind is "audiooutput" |
+PASS devices[2].kind is "videoinput" |
+PASS devices[0].label.length is > 0 |
+PASS devices[1].label.length is > 0 |
+PASS devices[2].label.length is > 0 |
+PASS devices[0].label is not devices[1].label |
+PASS devices[0].label is not devices[2].label |
+PASS devices[1].label is not devices[2].label |
+PASS devices[0].groupId.length is > 0 |
+PASS devices[1].groupId.length is > 0 |
+PASS devices[2].groupId.length is > 0 |
+PASS devices[0].groupId is devices[1].groupId |
+PASS devices[0].groupId is not devices[2].groupId |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |