| Index: LayoutTests/fast/mediastream/getusermedia-expected.txt
|
| diff --git a/LayoutTests/fast/mediastream/getusermedia-expected.txt b/LayoutTests/fast/mediastream/getusermedia-expected.txt
|
| index 738dc2520d9ffd6f1b29fee58579af1980797661..14086d530bebcbf94e8ceade759b1b2e5b2a802f 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 Error: NotSupportedError: DOM Exception 9.
|
| +PASS navigator.webkitGetUserMedia({audio:false, video:false}, error, error); threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| PASS navigator.webkitGetUserMedia({audio:true}, gotStream1, error); did not throw exception.
|
| PASS Stream generated.
|
| PASS stream.getAudioTracks().length is 1
|
|
|