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

var scripts = ['expect-seen-testharness.js'];