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