OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Test Interpolation for AudioParam.setValueCurveAtTime</title> | 4 <title>Test Interpolation for AudioParam.setValueCurveAtTime</title> |
5 <script src="../resources/js-test.js"></script> | 5 <script src="../../resources/js-test.js"></script> |
6 <script src="resources/compatibility.js"></script> | 6 <script src="../resources/compatibility.js"></script> |
7 <script src="resources/audit-util.js"></script> | 7 <script src="../resources/audit-util.js"></script> |
8 <script src="resources/audio-testing.js"></script> | 8 <script src="../resources/audio-testing.js"></script> |
9 <title>Test Interpolation for AudioParam.setValueCurveAtTime</title> | 9 <title>Test Interpolation for AudioParam.setValueCurveAtTime</title> |
10 </head> | 10 </head> |
11 | 11 |
12 <body> | 12 <body> |
13 <script> | 13 <script> |
14 description("Test Interpolation for AudioParam.setValueCurveAtTime"); | 14 description("Test Interpolation for AudioParam.setValueCurveAtTime"); |
15 window.jsTestIsAsync = true; | 15 window.jsTestIsAsync = true; |
16 | 16 |
17 // Play a constant signal through a gain node that is automated using setV
alueCurveAtTime with | 17 // Play a constant signal through a gain node that is automated using setV
alueCurveAtTime with |
18 // a 2-element curve. The output should be a linear change. | 18 // a 2-element curve. The output should be a linear change. |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 | 302 |
303 return expected; | 303 return expected; |
304 } | 304 } |
305 | 305 |
306 audit.runTasks(); | 306 audit.runTasks(); |
307 | 307 |
308 successfullyParsed = true; | 308 successfullyParsed = true; |
309 </script> | 309 </script> |
310 </body> | 310 </body> |
311 </html> | 311 </html> |
OLD | NEW |