From b710626d94ea70df99afcdafe89fcedfda02cd08 Mon Sep 17 00:00:00 2001 From: Brindusan Cristian Date: Thu, 23 Nov 2017 19:53:53 +0200 Subject: [PATCH] Backed out changeset f7b7bdd7b05c (bug 1413256) for web-platform-tests on constant-source-basic.html. r=backout on a CLOSED TREE --- dom/media/webaudio/ConstantSourceNode.cpp | 4 +--- dom/media/webaudio/test/mochitest.ini | 1 - dom/media/webaudio/test/test_bug1413256.html | 24 -------------------- 3 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 dom/media/webaudio/test/test_bug1413256.html diff --git a/dom/media/webaudio/ConstantSourceNode.cpp b/dom/media/webaudio/ConstantSourceNode.cpp index cdfc52f7f1be..f03245fc6385 100644 --- a/dom/media/webaudio/ConstantSourceNode.cpp +++ b/dom/media/webaudio/ConstantSourceNode.cpp @@ -150,9 +150,7 @@ ConstantSourceNode::ConstantSourceNode(AudioContext* aContext) ChannelCountMode::Max, ChannelInterpretation::Speakers) , mOffset(new AudioParam(this, ConstantSourceNodeEngine::OFFSET, - "offset", 1.0f, - std::numeric_limits::lowest(), - std::numeric_limits::max())) + "offset", 1.0f)) , mStartCalled(false) { ConstantSourceNodeEngine* engine = new ConstantSourceNodeEngine(this, aContext->Destination()); diff --git a/dom/media/webaudio/test/mochitest.ini b/dom/media/webaudio/test/mochitest.ini index c04fe38b4bb7..09eb3e072b79 100644 --- a/dom/media/webaudio/test/mochitest.ini +++ b/dom/media/webaudio/test/mochitest.ini @@ -107,7 +107,6 @@ skip-if = toolkit == 'android' # bug 1056706 [test_bug1255618.html] [test_bug1267579.html] [test_bug1355798.html] -[test_bug1413256.html] [test_channelMergerNode.html] [test_channelMergerNodeWithVolume.html] [test_channelSplitterNode.html] diff --git a/dom/media/webaudio/test/test_bug1413256.html b/dom/media/webaudio/test/test_bug1413256.html deleted file mode 100644 index aeb097402665..000000000000 --- a/dom/media/webaudio/test/test_bug1413256.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - Test offset.minValue and offset.maxValue are correct - - - - - -
-
-
- - \ No newline at end of file