diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index 303b80c773ae..6d994a314a5e 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -620039,7 +620039,7 @@ "testharness" ], "webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html": [ - "68a2545839beaacebaf65286829174375435a83f", + "f0d4f919dda492e8472337b0e2c54d7cd54bd291", "testharness" ], "webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass.html": [ diff --git a/testing/web-platform/tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html b/testing/web-platform/tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html index 83f057fce7e7..2389b334fb86 100644 --- a/testing/web-platform/tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html +++ b/testing/web-platform/tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html @@ -37,10 +37,10 @@ let filterGain = 5; // Decibels. // The maximum allowed error in the magnitude response. - let maxAllowedMagError = 9.775e-7; + let maxAllowedMagError = 1.09931e-6; // The maximum allowed error in the phase response. - let maxAllowedPhaseError = 5.4187e-8; + let maxAllowedPhaseError = 6.4724e-8; // The magnitudes and phases of the reference frequency response. let expectedMagnitudes;