summaryrefslogtreecommitdiffstats
path: root/dom/media/tests/crashtests/1516292.html
blob: 93c844c93996d6b0fa465d0b6b8c4f811ce448b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<script>
function go() {
  a.children[0].appendChild(b)
}
</script>
<body onload=go()>
<svg id="a">
<foreignObject>
<li>
<video controls="" autoplay="">
<li id="a" contenteditable="true">
</li>
</svg>
<canvas id="b">
<svg>
<use xlink:href="#a">