mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision be959408023fe02cf79abe70f6018598a7004a88
This commit is contained in:
parent
a76777b115
commit
761c8bc2a9
171 changed files with 2434 additions and 907 deletions
|
@ -11,14 +11,9 @@ promise_test(async () => {
|
|||
const idl = await fetch('/interfaces/budget-api.idl').then(r => r.text());
|
||||
|
||||
const idlArray = new IdlArray();
|
||||
idlArray.add_untested_idls(html, { only: [
|
||||
'Navigator',
|
||||
'NavigatorContentUtils',
|
||||
'NavigatorCookies',
|
||||
'NavigatorPlugins',
|
||||
] });
|
||||
idlArray.add_untested_idls(workers);
|
||||
idlArray.add_idls(idl);
|
||||
idlArray.add_dependency_idls(html);
|
||||
idlArray.add_dependency_idls(workers);
|
||||
idlArray.test();
|
||||
done();
|
||||
}, 'budget-api interfaces.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue