mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
test(() => {
|
|
assert_true('add_completion_callback' in self);
|
|
}, 'add_completion_callback exists');
|
|
|
|
var scripts = ['expect-seen-testharness.js'];
|