Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webaudio / waveshaper-limits-expected.txt
blob3c8dd6052c9a72ee7a95e59bf96a3b446fd5412e
1 Test WaveShaperNode including values outside the range of [-1,1]
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS -1.100000 -> 0.000000.
6 PASS -1.000000 -> 0.000000.
7 PASS -0.900000 -> 0.100000.
8 PASS -0.800000 -> 0.200000.
9 PASS -0.700000 -> 0.300000.
10 PASS -0.600000 -> 0.400000.
11 PASS -0.500000 -> 0.500000.
12 PASS -0.400000 -> 0.600000.
13 PASS -0.300000 -> 0.700000.
14 PASS -0.200000 -> 0.800000.
15 PASS -0.100000 -> 0.900000.
16 PASS 0.000000 -> 1.000000.
17 PASS 0.100000 -> 0.900000.
18 PASS 0.200000 -> 0.800000.
19 PASS 0.300000 -> 0.700000.
20 PASS 0.400000 -> 0.600000.
21 PASS 0.500000 -> 0.500000.
22 PASS 0.600000 -> 0.400000.
23 PASS 0.700000 -> 0.300000.
24 PASS 0.800000 -> 0.200000.
25 PASS 0.900000 -> 0.100000.
26 PASS 1.000000 -> 0.000000.
27 PASS 1.100000 -> 0.000000.
28 PASS All outputs matched expected results.
29 PASS successfullyParsed is true
31 TEST COMPLETE