Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
html
/
webappapis
/
dynamic-markup-insertion
/
opening-the-input-stream
/
013-1.html
blob: ea321238ed5892b9e7a8ba7d665450e34850242f [
file
] [
log
] [
blame
] [
edit
]
<script>
addEventListener
(
"DOMContentLoaded"
,
parent
.
t
.
step_func
(
function
()
{
parent
.
assert_equals
(
document
.
open
(),
document
);
setTimeout
(
parent
.
t
.
step_func
(
function
()
{
parent
.
t
.
done
()}),
0
);
document
.
close
();
}),
false
);
</script>