mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update web-platform-tests to revision 36acf7a01cb8ffbbafbd578229c5ad3fde2e47cc
This commit is contained in:
parent
305312e93b
commit
4499a0fbb6
151 changed files with 4858 additions and 2407 deletions
|
@ -133,7 +133,7 @@
|
|||
// Task: verify if the method chaining actually works.
|
||||
audit.define('verification', (task, should) => {
|
||||
// We pick the lowest sample rate allowed to run the test efficiently.
|
||||
let context = new OfflineAudioContext(1, 128, 3000);
|
||||
let context = new OfflineAudioContext(1, 128, 8000);
|
||||
|
||||
let constantBuffer = createConstantBuffer(context, 1, 1.0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue