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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1803153002: Add min/max values for AudioParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index d5d908b6755578820988a7aef11a2c9ea636ca97..b818392cbb2a5449c42091c3516aa605e3cb2984 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -188,6 +188,8 @@ interface AudioNode : EventTarget
interface AudioParam
attribute @@toStringTag
getter defaultValue
+ getter max
hongchan 2016/05/13 01:30:14 maxValue?
Raymond Toy 2016/05/13 18:40:32 Done.
+ getter min
hongchan 2016/05/13 01:30:14 minValue?
Raymond Toy 2016/05/13 18:40:32 Done.
getter value
method cancelScheduledValues
method constructor

Powered by Google App Engine
This is Rietveld 408576698