| OLD | NEW |
| (Empty) |
| 1 Tests navigator.getMediaDevices | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS navigator.getMediaDevices(devicesCallback); did not throw exception. | |
| 7 PASS After getMediaDevices | |
| 8 PASS Devices returned. | |
| 9 PASS devices.length is 3 | |
| 10 PASS devices[0].deviceId.length is > 0 | |
| 11 PASS devices[1].deviceId.length is > 0 | |
| 12 PASS devices[2].deviceId.length is > 0 | |
| 13 PASS devices[0].deviceId is not devices[1].deviceId | |
| 14 PASS devices[0].deviceId is not devices[2].deviceId | |
| 15 PASS devices[1].deviceId is not devices[2].deviceId | |
| 16 PASS devices[0].kind is "audioinput" | |
| 17 PASS devices[1].kind is "audiooutput" | |
| 18 PASS devices[2].kind is "videoinput" | |
| 19 PASS devices[0].label.length is > 0 | |
| 20 PASS devices[1].label.length is > 0 | |
| 21 PASS devices[2].label.length is > 0 | |
| 22 PASS devices[0].label is not devices[1].label | |
| 23 PASS devices[0].label is not devices[2].label | |
| 24 PASS devices[1].label is not devices[2].label | |
| 25 PASS devices[0].groupId.length is > 0 | |
| 26 PASS devices[1].groupId.length is > 0 | |
| 27 PASS devices[2].groupId.length is > 0 | |
| 28 PASS devices[0].groupId is devices[1].groupId | |
| 29 PASS devices[0].groupId is not devices[2].groupId | |
| 30 PASS successfullyParsed is true | |
| 31 | |
| 32 TEST COMPLETE | |
| 33 | |
| OLD | NEW |