summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/server/resources/expect-global.js
blob: 63d4944e61ffc7c85e2016f26d08087e7c972139 (plain)
1
2
3
4
5
test(() => {
  assert_true('GLOBAL' in self);
}, 'GLOBAL exists');

scripts.push('expect-global.js');