Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(926)

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-multiple-calls-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Test AnalyserNode getFloatFrequencyData and getByteFrequencyData
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Second call to getFloatFrequencyData is identical to the array [-58.539,-41 .299,-33.422,-35.230,-42.020,-39.602,-46.787,-42.696,-47.643,-46.141,-47.208,-50 .287,-47.460,-53.708,-48.735,-53.302,...].
7 PASS Second call to getByteFrequencyData is identical to the array [167,232,255, 255,238,239,223,228,216,217,214,206,211,197,206,196,...].
8 PASS Output of getByteFrequencyData after getFloatFrequencyData is identical to the array [163,242,255,255,252,250,237,238,229,228,225,219,221,212,216,209,...].
9 PASS Output of getFloatFrequenycData (converted to byte) after getByteFrequencyD ata is identical to the array [176,248,255,255,255,255,243,244,235,234,231,225,2 27,217,222,215,...].
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698