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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/mediastream/getMediaDevices.html ('k') | Source/modules/mediastream/MediaDeviceInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/mediastream/getMediaDevices-expected.txt
diff --git a/LayoutTests/accessibility/accessibility-node-memory-management-expected.txt b/LayoutTests/fast/mediastream/getMediaDevices-expected.txt
similarity index 31%
copy from LayoutTests/accessibility/accessibility-node-memory-management-expected.txt
copy to LayoutTests/fast/mediastream/getMediaDevices-expected.txt
index 116ba545364b89b68539567c7fdaeed012f28786..9be9aed26aba07ae3de6d730a3d623f643565ad6 100644
--- a/LayoutTests/accessibility/accessibility-node-memory-management-expected.txt
+++ b/LayoutTests/fast/mediastream/getMediaDevices-expected.txt
@@ -1,11 +1,15 @@
-This test makes sure that AccessibilityNodeObjects are properly detached when the node they point to is deleted.
+Tests navigator.getMediaDevices
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS expectedButtonRole != expectedDetachedRole is true
-PASS canvasButtonRole is expectedButtonRole
-PASS detachedCanvasButtonRole is expectedDetachedRole
+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
« 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