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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/WaveShaper/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 unified diff | Download patch
OLDNEW
1 Test WaveShaperNode including values outside the range of [-1,1] 1 Test WaveShaperNode including values outside the range of [-1,1]
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS -1.100000 -> 0.000000. 5 PASS -1.100000 -> 0.000000.
6 PASS -1.000000 -> 0.000000. 6 PASS -1.000000 -> 0.000000.
7 PASS -0.900000 -> 0.100000. 7 PASS -0.900000 -> 0.100000.
8 PASS -0.800000 -> 0.200000. 8 PASS -0.800000 -> 0.200000.
9 PASS -0.700000 -> 0.300000. 9 PASS -0.700000 -> 0.300000.
10 PASS -0.600000 -> 0.400000. 10 PASS -0.600000 -> 0.400000.
(...skipping 12 matching lines...) Expand all
23 PASS 0.700000 -> 0.300000. 23 PASS 0.700000 -> 0.300000.
24 PASS 0.800000 -> 0.200000. 24 PASS 0.800000 -> 0.200000.
25 PASS 0.900000 -> 0.100000. 25 PASS 0.900000 -> 0.100000.
26 PASS 1.000000 -> 0.000000. 26 PASS 1.000000 -> 0.000000.
27 PASS 1.100000 -> 0.000000. 27 PASS 1.100000 -> 0.000000.
28 PASS All outputs matched expected results. 28 PASS All outputs matched expected results.
29 PASS successfullyParsed is true 29 PASS successfullyParsed is true
30 30
31 TEST COMPLETE 31 TEST COMPLETE
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698