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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/dynamicscompressor-basic-expected.txt

Issue 1807583002: DynamicsCompressor.reduction is a float not an AudioParam (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 unified diff | Download patch
OLDNEW
1 Basic tests for DynamicsCompressorNode API. 1 Basic tests for DynamicsCompressorNode API.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS threshold attribute has correct default value. 5 PASS threshold attribute has correct default value.
6 PASS knee attribute has correct default value. 6 PASS knee attribute has correct default value.
7 PASS ratio attribute has correct default value. 7 PASS ratio attribute has correct default value.
8 PASS attack attribute has correct default value. 8 PASS attack attribute has correct default value.
9 PASS release attribute has correct default value. 9 PASS release attribute has correct default value.
10 PASS reduction attribute is a number.
11 PASS reduction attribute has correct default value.
10 PASS successfullyParsed is true 12 PASS successfullyParsed is true
11 13
12 TEST COMPLETE 14 TEST COMPLETE
13 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698