mirror of
https://github.com/servo/servo.git
synced 2025-08-28 08:38:20 +01:00
Update web-platform-tests to revision fec3928f355e049657d19780aa4b412d9d3a714b
This commit is contained in:
parent
74ba683e27
commit
2a8d9b6983
153 changed files with 3075 additions and 719 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
should(() => {
|
||||
convolver.buffer = audioBuffer;
|
||||
}, 'Set buffer a second time').throw(DOMException, 'InvalidStateError');
|
||||
}, 'Set buffer a second time').notThrow();
|
||||
|
||||
should(() => {
|
||||
convolver.buffer = null;
|
||||
|
@ -39,8 +39,8 @@
|
|||
|
||||
should(() => {
|
||||
convolver.buffer = audioBuffer;
|
||||
}, 'Set buffer to non-null to verify to throw an error')
|
||||
.throw(DOMException, 'InvalidStateError');
|
||||
}, 'Set buffer to non-null to verify it is set')
|
||||
.notThrow();
|
||||
|
||||
task.done();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue