Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / mediastream / MediaStream-stop-expected.txt
blob00f5c9abac594f9db05d0a6dba4e48f083f2e8f3
1 Test cloning mediastreams onactive/oninactive callbacks.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS cloned_stream.active is true
7 PASS cloned_stream.getVideoTracks().length is 1
8 PASS cloned_stream.getAudioTracks().length is 1
9 PASS Clone stream inactive.
10 PASS cloned_stream.active is false
11 PASS Clone stream active.
12 PASS cloned_stream.active is true
13 PASS successfullyParsed is true
15 TEST COMPLETE