| Index: LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
|
| diff --git a/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt b/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
|
| index b61e0bd5924c8d4aec96e08dd3e1cfc68556a98c..00f5c9abac594f9db05d0a6dba4e48f083f2e8f3 100644
|
| --- a/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
|
| +++ b/LayoutTests/fast/mediastream/MediaStream-stop-expected.txt
|
| @@ -1,11 +1,15 @@
|
| -Test cloning mediastreams onended.
|
| +Test cloning mediastreams onactive/oninactive callbacks.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS Mock test track added.
|
| +PASS cloned_stream.active is true
|
| PASS cloned_stream.getVideoTracks().length is 1
|
| -PASS Stream ended.
|
| +PASS cloned_stream.getAudioTracks().length is 1
|
| +PASS Clone stream inactive.
|
| +PASS cloned_stream.active is false
|
| +PASS Clone stream active.
|
| +PASS cloned_stream.active is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|