Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / mediastream / MediaStreamTrack-getSources-expected.txt
blob2e6d9c29c53927ff212c6f403da1811e7cb8a02f
1 Tests MediaStreamTrack::getSources.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS MediaStreamTrack.getSources(gotSources1); did not throw exception.
7 PASS gotSources1 was called.
8 PASS sources.length > 0 is true
9 PASS gotStream was called.
10 PASS MediaStreamTrack.getSources(gotSources2); did not throw exception.
11 PASS gotSources2 was called.
12 PASS sources.length > 0 is true
13 PASS sources[0].id === previousId is true
14 PASS sources[0].label.length > 0 is true
15 PASS successfullyParsed is true
17 TEST COMPLETE