Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webaudio / delaynode-expected.txt
blobf494492cafdc2e62e5b269be6a741bf60405dc6a
1 Tests attribute and basic functionality of Delay.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS delay.numberOfInputs === 1 is true
6 PASS delay.numberOfOutputs === 1 is true
7 PASS delay.delayTime.defaultValue === 0.0 is true
8 PASS delay.delayTime.value === 0.0 is true
9 PASS delay.delayTime.value === 0.5 is true
10 PASS Test signal was correctly delayed by 0.5 sec.
11 PASS successfullyParsed is true
13 TEST COMPLETE