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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/periodicwave-lengths-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 Different PeriodicWave Lengths at Different Sample Rates
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS At 192 kHz, PeriodicWave with 8192 coefficients vs 2048: differ as expected .
7 PASS At 192 kHz, PeriodicWave with 2049 coefficients vs 2048: differ as expected .
8 PASS At 192 kHz, PeriodicWave with 8192 coefficients vs 8188: differ as expected .
9 PASS At 48 kHz, PeriodicWave with 8192 coefficients vs 2048: identical as expect ed.
10 PASS At 48 kHz, PeriodicWave with 2049 coefficients vs 2048: identical as expect ed.
11 PASS At 48 kHz, PeriodicWave with 2064 coefficients vs 2048: identical as expect ed.
12 PASS At 48 kHz, PeriodicWave with 2048 coefficients vs 2046: differ as expected.
13 PASS At 24 kHz, PeriodicWave with 8192 coefficients vs 1024: identical as expect ed.
14 PASS At 24 kHz, PeriodicWave with 1025 coefficients vs 1024: identical as expect ed.
15 PASS At 24 kHz, PeriodicWave with 1024 coefficients vs 1022: differ as expected.
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698