Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-automation-clamping-expected.txt

Issue 2000423008: Clamp AudioParam automations to the nominal range. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/audioparam-automation-clamping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-automation-clamping-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audioparam-automation-clamping-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a39e6a8980026f5c94451b3a2ed3c0febb52e75d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-automation-clamping-expected.txt
@@ -0,0 +1,14 @@
+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
+

Powered by Google App Engine
This is Rietveld 408576698