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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-fft-scaling-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 scaling of FFT data for AnalyserNode
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 PASS Actual FFT peak in the expected position (1).
6 PASS Peak value is near -14.43 dBFS as expected.
7 PASS Analyser correctly scaled FFT data of size 32
8 PASS Actual FFT peak in the expected position (2).
9 PASS Peak value is near -13.56 dBFS as expected.
10 PASS Analyser correctly scaled FFT data of size 64
11 PASS Actual FFT peak in the expected position (4).
12 PASS Peak value is near -13.56 dBFS as expected.
13 PASS Analyser correctly scaled FFT data of size 128
14 PASS Actual FFT peak in the expected position (8).
15 PASS Peak value is near -13.56 dBFS as expected.
16 PASS Analyser correctly scaled FFT data of size 256
17 PASS Actual FFT peak in the expected position (16).
18 PASS Peak value is near -13.56 dBFS as expected.
19 PASS Analyser correctly scaled FFT data of size 512
20 PASS Actual FFT peak in the expected position (32).
21 PASS Peak value is near -13.56 dBFS as expected.
22 PASS Analyser correctly scaled FFT data of size 1024
23 PASS Actual FFT peak in the expected position (64).
24 PASS Peak value is near -13.56 dBFS as expected.
25 PASS Analyser correctly scaled FFT data of size 2048
26 PASS All Analyser tests passed.
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698