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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html

Issue 2134813002: Implement ConstantSourceNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 2 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-nominal-range.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
index 5d322f86962e55d8f9b507d2d1ec2dc8dd4e6271..98d02eb9f1daf6824321f1db9366d642a859e4c3 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
@@ -173,6 +173,15 @@
maxValue: mostPositiveFloat,
}
},
+ }, {
+ creator: "createConstantSource",
+ args: [],
+ limits: {
+ offset: {
+ minValue: -mostPositiveFloat,
+ maxValue: mostPositiveFloat
+ }
+ }
},
// These nodes don't have AudioParams, but we want to test them anyway. Any arguments for the
// constructor are pretty much arbitrary; they just need to be valid.

Powered by Google App Engine
This is Rietveld 408576698