servo/tests/wpt/web-platform-tests/infrastructure/server/resources/expect-global.js

5 lines
102 B
JavaScript

test(() => {
assert_true('GLOBAL' in self);
}, 'GLOBAL exists');
scripts.push('expect-global.js');