mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision d04a8fc02b85bd32799691759c8c05ead07cd939
This commit is contained in:
parent
e8fdc677f4
commit
2b35c55ac7
63 changed files with 2068 additions and 340 deletions
|
@ -25,12 +25,15 @@ promise_test(async t => {
|
|||
|
||||
const idl_array = new IdlArray();
|
||||
|
||||
|
||||
idl_array.add_untested_idls('interface LinkStyle {};'); // Dependency of HTML
|
||||
// Dependencies of HTML
|
||||
idl_array.add_untested_idls('interface LinkStyle {};');
|
||||
idl_array.add_untested_idls('interface SVGElement {};');
|
||||
idl_array.add_untested_idls(html);
|
||||
|
||||
idl_array.add_untested_idls(dom);
|
||||
idl_array.add_untested_idls(mediacapture);
|
||||
idl_array.add_untested_idls('interface Worklet {};');
|
||||
|
||||
idl_array.add_idls(webaudio);
|
||||
|
||||
const sample_rate = 44100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue