mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision b8669365b81965f5400d6b13a7783415b44e679d
This commit is contained in:
parent
6fa1853bb1
commit
bde105ca2e
42 changed files with 933 additions and 241 deletions
|
@ -10,7 +10,7 @@ idl_test(
|
|||
['html', 'dom'],
|
||||
idl_array => {
|
||||
idl_array.add_objects({ NetworkInformation: ['navigator.connection'] });
|
||||
if (self.isWorker) {
|
||||
if (self.GLOBAL.isWorker()) {
|
||||
idl_array.add_objects({ WorkerNavigator: ['navigator'] });
|
||||
} else {
|
||||
idl_array.add_objects({ Navigator: ['navigator'] });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue