Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
html
/
semantics
/
scripting-1
/
the-script-element
/
defer.js
blob: c4449ca7c8a598e3712c8b24eb9e424775c19102 [
file
] [
log
] [
blame
] [
edit
]
t
.
step
(()
=>
{
assert_equals
(
script_run_status
,
"deferred"
,
"the script run status"
);
});
t
.
done
();