Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /dom/parts/dom-parts-clone-detached-doc-crash.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" href="mailto:caseq@chromium.org">
<body>
<iframe src="about:blank"></iframe>
<script>
const part_root = frames[0].document.getPartRoot();
document.getElementsByTagName("iframe")[0].remove();
part_root.clone();
</script>
</body>