Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
html
/
semantics
/
embedded-content
/
the-audio-element
/
audio-appendChild-to-inactive-document-crash.html
blob: 33d52ca89946298d02349877164e5439626232df [
file
] [
log
] [
blame
] [
edit
]
<iframe
id
=
i
></iframe>
<script>
var
doc
=
i
.
contentDocument
.
cloneNode
();
i
.
remove
();
doc
.
appendChild
(
document
.
createElement
(
"audio"
));
</script>