summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/defer.js
blob: c4449ca7c8a598e3712c8b24eb9e424775c19102 (plain)
1
2
3
4
t.step(() => {
  assert_equals(script_run_status, "deferred", "the script run status");
});
t.done();