Set input method state when webpage move by history
[framework/web/webkit-efl.git] / LayoutTests / webaudio / audiobuffer-expected.txt
1 Basic tests for AudioBuffer.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS sampleRate has been set correctly.
7 PASS length has been set correctly.
8 PASS duration has been set correctly.
9 PASS numberOfChannels has been set correctly.
10 PASS getChannelData(0) returns a Float32Array object.
11 PASS getChannelData(1) returns a Float32Array object.
12 PASS getChannelData(2) returns a Float32Array object.
13 PASS getChannelData(3) returns a Float32Array object.
14 PASS Exception has been thrown correctly when index is not less than numberOfChannels.
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18