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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/biquadfilternode-basic-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/biquadfilternode-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/biquadfilternode-basic-expected.txt b/third_party/WebKit/LayoutTests/webaudio/biquadfilternode-basic-expected.txt
deleted file mode 100644
index 9a9d2ae608805f51920c3cd1ca9ce9bb8a567082..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/biquadfilternode-basic-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-CONSOLE WARNING: line 88: The provided value '99' is not a valid enum value of type BiquadFilterType.
-Basic tests for BiquadFilterNode.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS BiquadFilterNode has one input.
-PASS BiquadFilterNode has one output.
-PASS Biquad filter defaults to low-pass filter.
-PASS The default value of frequency is 350.
-PASS The default value of Q is 1.
-PASS The default value of gain is 0.
-PASS Biquad filter type 'lowpass' is settable.
-PASS Biquad filter type 'highpass' is settable.
-PASS Biquad filter type 'bandpass' is settable.
-PASS Biquad filter type 'lowshelf' is settable.
-PASS Biquad filter type 'highshelf' is settable.
-PASS Biquad filter type 'peaking' is settable.
-PASS Biquad filter type 'notch' is settable.
-PASS Biquad filter type 'allpass' is settable.
-PASS Biquad filter type correctly not set to 99.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698