mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
t.step(() => {
|
|
assert_equals(script_run_status, "deferred", "the script run status");
|
|
});
|
|
t.done();
|