blob: db132f88df37b76d598ca393a6e0fdff4a615e5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- a -->
<style>
:root { contain: size }
</style>
<script>
function go() {
a.appendChild(document.head)
let b = d.getRootNode({composed: true})
b.replaceChild(c, b.childNodes[1])
}
</script>
<body onload=go()>
<svg id="c">
<feTile id="d" />
<foreignObject id="a">
|