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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/waveshaper-limits-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/waveshaper-limits-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/waveshaper-limits-expected.txt b/third_party/WebKit/LayoutTests/webaudio/waveshaper-limits-expected.txt
deleted file mode 100644
index 3c8dd6052c9a72ee7a95e59bf96a3b446fd5412e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/waveshaper-limits-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Test WaveShaperNode including values outside the range of [-1,1]
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS -1.100000 -> 0.000000.
-PASS -1.000000 -> 0.000000.
-PASS -0.900000 -> 0.100000.
-PASS -0.800000 -> 0.200000.
-PASS -0.700000 -> 0.300000.
-PASS -0.600000 -> 0.400000.
-PASS -0.500000 -> 0.500000.
-PASS -0.400000 -> 0.600000.
-PASS -0.300000 -> 0.700000.
-PASS -0.200000 -> 0.800000.
-PASS -0.100000 -> 0.900000.
-PASS 0.000000 -> 1.000000.
-PASS 0.100000 -> 0.900000.
-PASS 0.200000 -> 0.800000.
-PASS 0.300000 -> 0.700000.
-PASS 0.400000 -> 0.600000.
-PASS 0.500000 -> 0.500000.
-PASS 0.600000 -> 0.400000.
-PASS 0.700000 -> 0.300000.
-PASS 0.800000 -> 0.200000.
-PASS 0.900000 -> 0.100000.
-PASS 1.000000 -> 0.000000.
-PASS 1.100000 -> 0.000000.
-PASS All outputs matched expected results.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698