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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt
deleted file mode 100644
index c0734245d37501641476e6c4128c105dda529ce2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-CONSOLE WARNING: line 49: The provided value '99' is not a valid enum value of type BiquadFilterType.
-This is a testharness.js-based test.
-PASS # AUDIT TASK RUNNER STARTED.
-PASS > [test] Basic tests for BiquadFilterNode
-PASS Number of inputs is equal to 1.
-PASS Number of outputs is equal to 1.
-PASS Default filter type is equal to lowpass.
-PASS Default frequency value is equal to 350.
-PASS Default Q value is equal to 1.
-PASS Default gain value is equal to 0.
-PASS Setting filter.type to lowpass did not throw an exception.
-PASS Filter type is is equal to lowpass.
-PASS Setting filter.type to highpass did not throw an exception.
-PASS Filter type is is equal to highpass.
-PASS Setting filter.type to bandpass did not throw an exception.
-PASS Filter type is is equal to bandpass.
-PASS Setting filter.type to lowshelf did not throw an exception.
-PASS Filter type is is equal to lowshelf.
-PASS Setting filter.type to highshelf did not throw an exception.
-PASS Filter type is is equal to highshelf.
-PASS Setting filter.type to peaking did not throw an exception.
-PASS Filter type is is equal to peaking.
-PASS Setting filter.type to notch did not throw an exception.
-PASS Filter type is is equal to notch.
-PASS Setting filter.type to allpass did not throw an exception.
-PASS Filter type is is equal to allpass.
-PASS Setting filter.type to (invalid) 99 is not equal to 99.
-PASS < [test] All assertions passed. (total 23 assertions)
-PASS # AUDIT TASK RUNNER FINISHED: 1 tasks ran successfully.
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698