trisquel-icecat/icecat/layout/style/crashtests/1419554.html

9 lines
150 B
HTML

<script>
function go() {
a.attachShadow({ mode: "open" });
a.appendChild(b);
}
</script>
<body onload=go()>
<div id="b"></div>
<div id="a"></div>