summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1419554.html
blob: 3a9b917c1989410c2aab458885983d20f6d3cc2e (plain)
1
2
3
4
5
6
7
8
9
<script>
function go() {
  a.attachShadow({ mode: "open" });
  a.appendChild(b);
}
</script>
<body onload=go()>
<div id="b"></div>
<div id="a"></div>