From 9948a3da13f183048e8e2f5543bb4b378b777064 Mon Sep 17 00:00:00 2001 From: Matt Giuca Date: Mon, 25 Jun 2018 21:45:05 +0000 Subject: [PATCH] Bug 1466741 [wpt PR 11338] - Revert "WaveShaper must output non-zero values even if input is silent", a=testonly Automatic update from web-platform-testsRevert "WaveShaper must output non-zero values even if input is silent" This reverts commit 325b492fe733ba4c8b2128069a0a232fea1789e3. Reason for revert: Broke webaudio/.../waveshaper-364379.html in webkit_layout_tests. See https://crbug.com/849535 Original change's description: > WaveShaper must output non-zero values even if input is silent > > If the curve for the WaveShaperNode is such that a zero input produces > a non-zero output, the WaveShaperNode needs to output that value even > if the input is silent (or disconnected). > > Do this by setting the tail time of the processor to 0 or infinity > depending on whether the curve specifies an output value of zero or > not, respectively. > > Bug: 807301 > Test: WaveShaper/silent-inputs.html > Change-Id: I6539d2e00f5d3e624ffaf2810944eb6d53d6f84b > Reviewed-on: https://chromium-review.googlesource.com/896266 > Commit-Queue: Raymond Toy > Reviewed-by: Hongchan Choi > Cr-Commit-Position: refs/heads/master@{#564186} TBR=rtoy@chromium.org,hongchan@chromium.org Change-Id: I29fd96b1a9dd2b87db12867031399b069beba706 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 807301, 849535 Reviewed-on: https://chromium-review.googlesource.com/1086647 Reviewed-by: Matt Giuca Commit-Queue: Matt Giuca Cr-Commit-Position: refs/heads/master@{#564359} -- wpt-commits: fa5ee47808411c866d09ad6a34dccf383b097bca wpt-pr: 11338 --- testing/web-platform/meta/MANIFEST.json | 10 -- .../silent-inputs.html | 103 ------------------ 2 files changed, 113 deletions(-) delete mode 100644 testing/web-platform/tests/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index 9eba3223710d..958263828aa9 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -378439,12 +378439,6 @@ {} ] ], - "webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html": [ - [ - "/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html", - {} - ] - ], "webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html": [ [ "/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html", @@ -619138,10 +619132,6 @@ "f88431616d6a8084a3434c1606e3543178d019fb", "testharness" ], - "webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html": [ - "839e2468f0ba3d3e58a7e158e4e826410a375d19", - "testharness" - ], "webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html": [ "28cc01fdd27a3ff88f2e886bc625d4dfd15db742", "testharness" diff --git a/testing/web-platform/tests/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html b/testing/web-platform/tests/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html deleted file mode 100644 index 45d2c9ad4b3c..000000000000 --- a/testing/web-platform/tests/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - Test Silent Inputs to WaveShaperNode - - - - - - - - - -