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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-normalization-expected.txt

Issue 2672093002: Convert PeriodicWave Audit tests to testharness (Closed)
Patch Set: Clean up. 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-normalization.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-normalization-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-normalization-expected.txt b/third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-normalization-expected.txt
deleted file mode 100644
index b6bf2762c9cd284030b645b812c202674e36fe94..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-normalization-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Test PeriodicWave Normalization
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS amplitude is 1 within a relative error of 0.00001.
-PASS null: amplitude is 1 within a relative error of 0.00001.
-PASS {"disableNormalization":false}: amplitude is 1 within a relative error of 0.00001.
-PASS {"disableNormalization":true}: amplitude is 10 within a relative error of 0.00001.
-PASS {"disableNormalization":"foo"}: amplitude is 10 within a relative error of 0.00001.
-PASS {"disableNormalization":null}: amplitude is 1 within a relative error of 0.00001.
-PASS {"randomKey":true}: amplitude is 1 within a relative error of 0.00001.
-PASS {"key1":"value1","key2":42}: amplitude is 1 within a relative error of 0.00001.
-PASS {"key1":"value1","disableNormalization":true}: amplitude is 10 within a relative error of 0.00001.
-PASS {"key1":"value1","disableNormalization":false}: amplitude is 1 within a relative error of 0.00001.
-PASS [1,2,3]: amplitude is 1 within a relative error of 0.00001.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-normalization.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698