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

Unified Diff: LayoutTests/webaudio/dom-exceptions.html

Issue 212793002: Fix attributes types on AnalyserNode as specification of web audio. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove webkit prefix in testcase Created 6 years, 9 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: LayoutTests/webaudio/dom-exceptions.html
diff --git a/LayoutTests/webaudio/dom-exceptions.html b/LayoutTests/webaudio/dom-exceptions.html
index e1fc846cecf22cb5d83f81b62b10d4e340155be2..820064378744765d2539a01fb7b822906f75ee35 100644
--- a/LayoutTests/webaudio/dom-exceptions.html
+++ b/LayoutTests/webaudio/dom-exceptions.html
@@ -77,6 +77,8 @@ function runTest() {
shouldThrow("node.minDecibels = -10");
shouldThrow("node.maxDecibels = -150");
+ shouldThrow("node.minDecibels = -30");
+ shouldThrow("node.maxDecibels = -100");
shouldThrow("node.smoothingTimeConstant = -0.1");
shouldThrow("node.smoothingTimeConstant = 1.5");
« no previous file with comments | « no previous file | LayoutTests/webaudio/dom-exceptions-expected.txt » ('j') | LayoutTests/webaudio/realtimeanalyser-basic.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698