summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/784061-1.svg
blob: 6a9623154d31760d49f1463a360cadb81dd4b6e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<svg xmlns="http://www.w3.org/2000/svg"
     class="reftest-wait">

<defs><path id="x"/></defs>

<script>
function boom()
{
    document.getElementById("x").style.transform = "translate(0px)";
    document.documentElement.removeAttribute("class");
}

window.addEventListener("load", boom, false);
</script>

</svg>