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

Unified 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 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-fft-scaling-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-fft-scaling-expected.txt b/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-fft-scaling-expected.txt
deleted file mode 100644
index fb72e77f6722b8d25fe4c22917a937a42ac805d8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-fft-scaling-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Test scaling of FFT data for AnalyserNode
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS Actual FFT peak in the expected position (1).
-PASS Peak value is near -14.43 dBFS as expected.
-PASS Analyser correctly scaled FFT data of size 32
-PASS Actual FFT peak in the expected position (2).
-PASS Peak value is near -13.56 dBFS as expected.
-PASS Analyser correctly scaled FFT data of size 64
-PASS Actual FFT peak in the expected position (4).
-PASS Peak value is near -13.56 dBFS as expected.
-PASS Analyser correctly scaled FFT data of size 128
-PASS Actual FFT peak in the expected position (8).
-PASS Peak value is near -13.56 dBFS as expected.
-PASS Analyser correctly scaled FFT data of size 256
-PASS Actual FFT peak in the expected position (16).
-PASS Peak value is near -13.56 dBFS as expected.
-PASS Analyser correctly scaled FFT data of size 512
-PASS Actual FFT peak in the expected position (32).
-PASS Peak value is near -13.56 dBFS as expected.
-PASS Analyser correctly scaled FFT data of size 1024
-PASS Actual FFT peak in the expected position (64).
-PASS Peak value is near -13.56 dBFS as expected.
-PASS Analyser correctly scaled FFT data of size 2048
-PASS All Analyser tests passed.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698