Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
html
/
webappapis
/
dynamic-markup-insertion
/
document-write
/
007.js
blob: 31fcf18d493b7a842b770ed49f972f9b5c829281 [
file
] [
log
] [
blame
] [
edit
]
t
.
step
(
function
()
{
order
.
push
(
2
);
document
.
write
(
"<script>t.step(function() {order.push(3)})</script>"
);
});