gecko-dev/layout/svg/crashtests/1421807-2.html

16 строки
251 B
HTML

<style>
.c1 { display: contents; }
</style>
<script>
function go() {
a.attachShadow({mode: "open"}).innerHTML = `<slot> </slot> `;
b.appendChild(a);
}
</script>
<body onload=go()>
<div id="a" class="c1">
<span></span>
</div>
<svg>
<text id="b">