Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / mediastream / MediaStream-onactive-oninactive-expected.txt
blob0845dc5e9b5e76e1a6650a69219538dd5fc1a849
1 Test onactive/oninactive callback.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS stream.active is true
7 PASS stream.getAudioTracks().length is 1
8 PASS stream.getVideoTracks().length is 1
9 PASS streamInactive was called.
10 PASS stream.active is false
11 PASS stream.active is false
12 PASS streamActive was called.
13 PASS stream.active is true
14 PASS successfullyParsed is true
16 TEST COMPLETE