Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
dom
/
nodes
/
Node-cloneNode-on-inactive-document-crash.html
blob: cbd7a1e6a500e5671c1e0a71c5dcb963cab727ba [
file
] [
log
] [
blame
]
<iframe
id
=
"i"
></iframe>
<script>
var
doc
=
i
.
contentDocument
;
i
.
remove
();
doc
.
cloneNode
();
</script>