mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
test(() => {
|
|
assert_true('GLOBAL' in self);
|
|
}, 'GLOBAL exists');
|
|
|
|
scripts.push('expect-global.js');
|