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

Unified Diff: LayoutTests/fast/mediastream/getMediaDevices-expected.txt

Issue 357303002: Remove getMediaDevices interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/mediastream/getMediaDevices-expected.txt
diff --git a/LayoutTests/fast/mediastream/getMediaDevices-expected.txt b/LayoutTests/fast/mediastream/getMediaDevices-expected.txt
deleted file mode 100644
index a87a0ef04d0c5fbd76c0f6572b788840f881df2e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/mediastream/getMediaDevices-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-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
-
« no previous file with comments | « LayoutTests/fast/mediastream/getMediaDevices.html ('k') | Source/modules/mediastream/NavigatorMediaStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698