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

Side by Side Diff: LayoutTests/fast/mediastream/getMediaDevices-expected.txt

Issue 145583015: MediaStream API: Implement Navigator.getMediaDevices Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review comments and added a simple test Created 6 years, 10 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
OLDNEW
1 This test makes sure that AccessibilityNodeObjects are properly detached when th e node they point to is deleted. 1 Tests navigator.getMediaDevices
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS expectedButtonRole != expectedDetachedRole is true 6 PASS navigator.getMediaDevices(devicesCallback); did not throw exception.
7 PASS canvasButtonRole is expectedButtonRole 7 PASS After getMediaDevices
8 PASS detachedCanvasButtonRole is expectedDetachedRole 8 PASS Devices returned.
9 PASS devices.length is 3
10 PASS devices[0].kind is "audioinput"
11 PASS devices[1].kind is "audiooutput"
12 PASS devices[2].kind is "videoinput"
9 PASS successfullyParsed is true 13 PASS successfullyParsed is true
10 14
11 TEST COMPLETE 15 TEST COMPLETE
12 16
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/getMediaDevices.html ('k') | Source/modules/mediastream/MediaDeviceInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698