mirror of
https://github.com/servo/servo.git
synced 2025-08-27 08:08:19 +01:00
Update web-platform-tests to revision 44702f2bc8ea98bc32b5b244f2fe63c6ce66d49d
This commit is contained in:
parent
85fa6409bb
commit
c227604a2c
997 changed files with 45660 additions and 14650 deletions
|
@ -6,7 +6,6 @@
|
|||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/resources/idlharness.js"></script>
|
||||
<script src="/resources/WebIDLParser.js"></script>
|
||||
<script src="/webaudio/js/lodash.js"></script>
|
||||
<script src="/webaudio/js/helpers.js"></script>
|
||||
<style type="text/css">
|
||||
#event-target-idl,
|
||||
|
@ -33,7 +32,7 @@ callback interface EventListener {
|
|||
interface EventListener {};
|
||||
</pre>
|
||||
|
||||
<pre id="base-audio-context-idl">callback DecodeSuccessCallback = void (AudioBuffer decodedData);
|
||||
<pre id="base-audio-context-idl">callback DecodeErrorCallback = void (DOMException error);
|
||||
|
||||
callback DecodeSuccessCallback = void (AudioBuffer decodedData);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue