| 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/audio-testing.js"></script> | 8 <script src="resources/audio-testing.js"></script> |
| 8 <title>Test Interpolation for AudioParam.setValueCurveAtTime</title> | 9 <title>Test Interpolation for AudioParam.setValueCurveAtTime</title> |
| 9 </head> | 10 </head> |
| 10 | 11 |
| 11 <body> | 12 <body> |
| 12 <script> | 13 <script> |
| 13 description("Test Interpolation for AudioParam.setValueCurveAtTime"); | 14 description("Test Interpolation for AudioParam.setValueCurveAtTime"); |
| 14 window.jsTestIsAsync = true; | 15 window.jsTestIsAsync = true; |
| 15 | 16 |
| 16 // 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 |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 | 302 |
| 302 return expected; | 303 return expected; |
| 303 } | 304 } |
| 304 | 305 |
| 305 audit.runTasks(); | 306 audit.runTasks(); |
| 306 | 307 |
| 307 successfullyParsed = true; | 308 successfullyParsed = true; |
| 308 </script> | 309 </script> |
| 309 </body> | 310 </body> |
| 310 </html> | 311 </html> |
| OLD | NEW |