Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-automation-clamping-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-automation-clamping-expected.txt b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-automation-clamping-expected.txt |
| index a39e6a8980026f5c94451b3a2ed3c0febb52e75d..648c31dd2d8c74e61d4fbd98e8af26e4a45dd521 100644 |
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-automation-clamping-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-automation-clamping-expected.txt |
| @@ -1,14 +1,8 @@ |
| -CONSOLE WARNING: line 49: BiquadFilter.frequency.linearRampToValueAtTime value -1000 outside nominal range [0, 24000]; value will be clamped. |
| -Test Clamping of Automations. |
| - |
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| - |
| - |
| -PASS Clamped signal in frame range [5618, 18382] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...] with an element-wise tolerance of 0. |
| -PASS Actual Clamp start (5618) is less than or equal to 5618. |
| -PASS Actual Clamp end (18383) is greater than or equal to 18382. |
| -PASS Clamping of BiquadFilter.frequency automation performed correctly. |
| -PASS successfullyParsed is true |
| - |
| -TEST COMPLETE |
| +CONSOLE WARNING: line 48: BiquadFilter.frequency.linearRampToValueAtTime value -1000 outside nominal range [0, 24000]; value will be clamped. |
| +This is a testharness.js-based test. |
| +PASS Clamped signal in frame range [5618, 18382] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...] with an element-wise tolerance of 0. |
| +PASS Actual Clamp start (5618) is less than or equal to 5618. |
| +PASS Actual Clamp end (18383) is greater than or equal to 18382. |
| +PASS Clamping of BiquadFilter.frequency automation performed correctly. |
| +Harness: the test ran to completion. |
|
hongchan
2017/01/26 22:44:33
Just curious. The label says "D", so we can be sur
|