trisquel-icecat/icecat/testing/web-platform/tests/dom/parts/dom-parts-clone-detached-doc-crash.tentative.html
2025-10-06 02:35:48 -06:00

12 lines
317 B
HTML

<!DOCTYPE html>
<link rel="author" href="mailto:caseq@chromium.org">
<link rel="help" href="https://crbug.com/384233287">
<body>
<iframe src="about:blank"></iframe>
<script>
const part_root = frames[0].document.getPartRoot();
document.getElementsByTagName("iframe")[0].remove();
part_root.clone();
</script>
</body>