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

Unified Diff: third_party/WebKit/LayoutTests/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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 4ea297a656887e3db4d4e7aa338e9b256abaec3e..97f1de50dec83841bd52ef0d2d34071120ccc3c6 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -228,6 +228,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