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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous-expected.txt

Issue 1485003002: Make setTarget followed by linear or exponential ramp continuous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix test failures 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
(Empty)
1 Test SetTarget Followed by Linear or Exponential Ramp
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Linear ramp: Initial part equals [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,...] with an element-wise tolerance of 0.
7 PASS SetTarget part was correctly replaced by the ramp
8 PASS Linear ramp equals [1,1.0004401408450705,1.0008802816901408,1.0013204225352 113,1.0017605633802817,1.002200704225352,1.0026408450704225,1.003080985915493,1. 0035211267605635,1.0039612676056338,1.0044014084507042,1.0048415492957747,1.0052 81690140845,1.0057218309859155,1.006161971830986,1.0066021126760563,...] with an element-wise tolerance of 0.00000126765.
9 PASS Linear ramp: Tail part equals [2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,...] with an element-wise tolerance of 0.
10 PASS Linear ramp preceded by SetTarget is continuous.
11
12 PASS Delayed linear ramp: Initial part equals [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,. ..] with an element-wise tolerance of 0.
13 PASS Delayed linear ramp: SetTarget part equals [1,0.9979188352992993,0.99584200 18451098,0.9937694906233947,0.9917012926388759,0.9896373989149966,0.987577800493 8814,0.985522488436298,0.9834714538216174,0.981424687747777,0.9793821813312401,0 .9773439257069583,0.9753099120283326,0.9732801314671756,0.9712545752136729,0.969 233234476344,...] with an element-wise tolerance of 2.19417e-7.
14 PASS Delayed linear ramp equals [0.4493289641172215,0.4501502941150408,0.4509716 2411286007,0.4517929541106793,0.4526142841084986,0.4534356141063179,0.4542569441 0413714,0.4550782741019564,0.4558996040997757,0.45672093409759495,0.457542264095 41415,0.45836359409323346,0.4591849240910527,0.46000625408887197,0.4608275840866 913,0.46164891408451053,...] with an element-wise tolerance of 0.00000107972.
15 PASS Delayed linear ramp: Tail part equals [2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,...] with an element-wise tolerance of 0.
16 PASS Delayed linear ramp preceded by SetTarget is continuous.
17
18 PASS Exponential ramp: Initial part equals [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,...] with an element-wise tolerance of 0.
19 PASS SetTarget part was correctly replaced by the ramp
20 PASS Exponential ramp equals [1,1.00030517578125,1.0006103515625,1.0009156465530 396,1.0012210607528687,1.0015265941619873,1.001832127571106,1.0021378993988037,1 .0024436712265015,1.0027495622634888,1.003055453300476,1.0033615827560425,1.0036 677122116089,1.0039739608764648,1.0042803287506104,1.0045866966247559,...] with an element-wise tolerance of 0.0000113249.
21 PASS Exponential ramp: Tail part equals [2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,...] wi th an element-wise tolerance of 0.
22 PASS Exponential ramp preceded by SetTarget is continuous.
23
24 PASS Delayed exponential ramp: Initial part equals [1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,...] with an element-wise tolerance of 0.
25 PASS Delayed exponential ramp: SetTarget part equals [1,0.9979188352992993,0.995 8420018451098,0.9937694906233947,0.9917012926388759,0.9896373989149966,0.9875778 004938814,0.985522488436298,0.9834714538216174,0.981424687747777,0.9793821813312 401,0.9773439257069583,0.9753099120283326,0.9732801314671756,0.9712545752136729, 0.969233234476344,...] with an element-wise tolerance of 2.19417e-7.
26 PASS Delayed exponential ramp equals [0.4493289589881897,0.4496844708919525,0.45 004022121429443,0.4503962993621826,0.4507526457309723,0.45110926032066345,0.4514 661729335785,0.451823353767395,0.4521808326244354,0.4525385797023773,0.452896624 8035431,0.45325493812561035,0.4536135494709015,0.4539724290370941,0.454331606626 5106,0.4546910524368286,...] with an element-wise tolerance of 0.00000417233.
27 PASS Delayed exponential ramp: Tail part equals [2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ,...] with an element-wise tolerance of 0.
28 PASS Delayed exponential ramp preceded by SetTarget is continuous.
29
30 PASS successfullyParsed is true
31
32 TEST COMPLETE
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698