Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webaudio / offlineaudiocontext-promise-basic-expected.txt
bloba9ea4a2fe80c1d5c4d9450ebd5a1294bffe257eb
1 Test OfflineAudioContext.startRendering Promise
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS Promise correctly rejected when calling startRendering twice
7 PASS context.state is "closed"
8 PASS renderedData.numberOfChannels is 2
9 PASS renderedData.length is 48000
10 PASS Rendered data matches expected results
11 PASS OfflineAudioContext.startRendering promise succeeded
12 PASS successfullyParsed is true
14 TEST COMPLETE