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

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

Issue 173893009: MediaStream API: Update getUserMedia to match the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/mediastream/getusermedia-expected.txt
diff --git a/LayoutTests/fast/mediastream/getusermedia-expected.txt b/LayoutTests/fast/mediastream/getusermedia-expected.txt
index b9472c103e604f68a805a1863742a38ccc8e6c04..005a0e42c5252a261a2aa3ddcf29b1baf39a5e44 100644
--- a/LayoutTests/fast/mediastream/getusermedia-expected.txt
+++ b/LayoutTests/fast/mediastream/getusermedia-expected.txt
@@ -3,7 +3,7 @@ Tests webkitGetUserMedia.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS navigator.webkitGetUserMedia({audio:false, video:false}, error, error); threw exception NotSupportedError: Failed to execute 'webkitGetUserMedia' on 'Navigator': Failed to request user media..
+PASS navigator.webkitGetUserMedia({audio:false, video:false}, error, error); threw exception SyntaxError: Failed to execute 'webkitGetUserMedia' on 'Navigator': At least one of audio and video must be requested.
PASS navigator.webkitGetUserMedia({audio:true}, gotStream1, error); did not throw exception.
PASS Stream generated.
PASS stream.getAudioTracks().length is 1

Powered by Google App Engine
This is Rietveld 408576698