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

Side by Side 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: Add WillBeGarbageCollected attribute to MediaDeviceInfo. Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/getMediaDevices.html ('k') | Source/modules/mediastream/MediaDeviceInfo.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698