From 96df0fd3946453c86da85caa6add5204e5aad249 Mon Sep 17 00:00:00 2001 From: Paul Adenot Date: Tue, 14 Aug 2018 12:10:00 +0200 Subject: [PATCH] Bug 1478837 - Reinstate a few Web Audio API tests in the mochitest directory. r=karlt MozReview-Commit-ID: 6Bqjuj1BwAJ --HG-- extra : rebase_source : d2163747ec487e4bf521a27ecd95670125d5555a --- dom/media/webaudio/test/mochitest.ini | 5 ++ ...spective-exponentialRampToValueAtTime.html | 51 ++++++++++++++++++ ...retrospective-linearRampToValueAtTime.html | 51 ++++++++++++++++++ .../test_retrospective-setTargetAtTime.html | 51 ++++++++++++++++++ .../test_retrospective-setValueAtTime.html | 54 +++++++++++++++++++ ...est_retrospective-setValueCurveAtTime.html | 49 +++++++++++++++++ 6 files changed, 261 insertions(+) create mode 100644 dom/media/webaudio/test/test_retrospective-exponentialRampToValueAtTime.html create mode 100644 dom/media/webaudio/test/test_retrospective-linearRampToValueAtTime.html create mode 100644 dom/media/webaudio/test/test_retrospective-setTargetAtTime.html create mode 100644 dom/media/webaudio/test/test_retrospective-setValueAtTime.html create mode 100644 dom/media/webaudio/test/test_retrospective-setValueCurveAtTime.html diff --git a/dom/media/webaudio/test/mochitest.ini b/dom/media/webaudio/test/mochitest.ini index abb652e7fa17..3c01a8520254 100644 --- a/dom/media/webaudio/test/mochitest.ini +++ b/dom/media/webaudio/test/mochitest.ini @@ -215,6 +215,11 @@ skip-if = toolkit == 'android' # bug 1091965 [test_periodicWave.html] [test_periodicWaveDisableNormalization.html] [test_periodicWaveBandLimiting.html] +[test_retrospective-exponentialRampToValueAtTime.html] +[test_retrospective-linearRampToValueAtTime.html] +[test_retrospective-setTargetAtTime.html] +[test_retrospective-setValueAtTime.html] +[test_retrospective-setValueCurveAtTime.html] [test_ScriptProcessorCollected1.html] [test_scriptProcessorNode.html] [test_scriptProcessorNodeChannelCount.html] diff --git a/dom/media/webaudio/test/test_retrospective-exponentialRampToValueAtTime.html b/dom/media/webaudio/test/test_retrospective-exponentialRampToValueAtTime.html new file mode 100644 index 000000000000..20d3d59fafcf --- /dev/null +++ b/dom/media/webaudio/test/test_retrospective-exponentialRampToValueAtTime.html @@ -0,0 +1,51 @@ + + +Test exponentialRampToValue with end time in the past + + + diff --git a/dom/media/webaudio/test/test_retrospective-linearRampToValueAtTime.html b/dom/media/webaudio/test/test_retrospective-linearRampToValueAtTime.html new file mode 100644 index 000000000000..1594a30bd16d --- /dev/null +++ b/dom/media/webaudio/test/test_retrospective-linearRampToValueAtTime.html @@ -0,0 +1,51 @@ + + +Test linearRampToValue with end time in the past + + + diff --git a/dom/media/webaudio/test/test_retrospective-setTargetAtTime.html b/dom/media/webaudio/test/test_retrospective-setTargetAtTime.html new file mode 100644 index 000000000000..9b04fe22bb1c --- /dev/null +++ b/dom/media/webaudio/test/test_retrospective-setTargetAtTime.html @@ -0,0 +1,51 @@ + + +Test setTargetAtTime with start time in the past + + + diff --git a/dom/media/webaudio/test/test_retrospective-setValueAtTime.html b/dom/media/webaudio/test/test_retrospective-setValueAtTime.html new file mode 100644 index 000000000000..b9657ef2113b --- /dev/null +++ b/dom/media/webaudio/test/test_retrospective-setValueAtTime.html @@ -0,0 +1,54 @@ + +Test setValueAtTime with startTime in the past + + + diff --git a/dom/media/webaudio/test/test_retrospective-setValueCurveAtTime.html b/dom/media/webaudio/test/test_retrospective-setValueCurveAtTime.html new file mode 100644 index 000000000000..008b2401290e --- /dev/null +++ b/dom/media/webaudio/test/test_retrospective-setValueCurveAtTime.html @@ -0,0 +1,49 @@ + + +Test SetValueCurve with start time in the past + + +