mirror of
https://github.com/servo/servo.git
synced 2025-09-05 12:38:21 +01:00
Update web-platform-tests to revision d5be80a86d4f938250c075ac12414ad47516969c
This commit is contained in:
parent
bb2c5e387f
commit
463b6d3b60
32 changed files with 454 additions and 43 deletions
|
@ -61,6 +61,13 @@
|
|||
extraArgs: RENDER_QUANTUM_FRAMES / context.sampleRate,
|
||||
outputTestFrame: 4 * RENDER_QUANTUM_FRAMES,
|
||||
expectedOutputValue: 4
|
||||
},
|
||||
{
|
||||
event: 'setValueAtTime',
|
||||
frame: 5 * RENDER_QUANTUM_FRAMES - 1,
|
||||
values: [99, 1, 5],
|
||||
outputTestFrame: 5 * RENDER_QUANTUM_FRAMES,
|
||||
expectedOutputValue: 5
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue