mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 887d08e63a19b14acf3217df77f12c121a792fed
This commit is contained in:
parent
97ad913dc2
commit
a41065a1f4
65 changed files with 1433 additions and 463 deletions
|
@ -19,12 +19,12 @@ promise_test(async (t) => {
|
|||
idl_array.add_dependency_idls(dom);
|
||||
idl_array.add_dependency_idls(html);
|
||||
|
||||
self.receiver = new SMSReceiver({timeout: 60});
|
||||
|
||||
idl_array.add_objects({
|
||||
SmsReceiver: ['receiver'],
|
||||
SmsReceiver: ['navigator.sms'],
|
||||
});
|
||||
|
||||
idl_array.add_objects({ Navigator: ['navigator'] })
|
||||
|
||||
idl_array.test();
|
||||
}, 'Test IDL implementation of the SMS Receiver API');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue