| Index: third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt b/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
|
| index ee3f5df03f16247fbae2cc60d04394ff472d900c..f35fa621c13aa362c86fa947a0950a51bd91c060 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
|
| @@ -14,10 +14,10 @@ PASS localStream.getAudioTracks().length is 1
|
| PASS localStream.getVideoTracks().length is 1
|
| PASS checkIdAttribute(localStream.id) is true
|
| PASS new MediaStream(document) threw exception TypeError: Failed to construct 'MediaStream': No matching constructor signature..
|
| -PASS new MediaStream([document]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
|
| -PASS new MediaStream([stream.getAudioTracks()[0], document]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
|
| -PASS new MediaStream([null]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
|
| -PASS new MediaStream([undefined]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
|
| +PASS new MediaStream([document]) threw exception TypeError: Failed to construct 'MediaStream': Failed to convert value to 'MediaStreamTrack'..
|
| +PASS new MediaStream([stream.getAudioTracks()[0], document]) threw exception TypeError: Failed to construct 'MediaStream': Failed to convert value to 'MediaStreamTrack'..
|
| +PASS new MediaStream([null]) threw exception TypeError: Failed to construct 'MediaStream': Failed to convert value to 'MediaStreamTrack'..
|
| +PASS new MediaStream([undefined]) threw exception TypeError: Failed to construct 'MediaStream': Failed to convert value to 'MediaStreamTrack'..
|
| PASS new MediaStream(null) threw exception TypeError: Failed to construct 'MediaStream': No matching constructor signature..
|
| PASS new MediaStream(undefined) threw exception TypeError: Failed to construct 'MediaStream': No matching constructor signature..
|
| Stream constructed
|
|
|