Bug 1928997: Update tabs icon in Unified Search popup r=desktop-theme-reviewers,daleh...
[gecko.git] / dom / svg / crashtests / 1513603.html
blob21271a6837c4314d5bfacef8fbd50b9ebda88bfb
1 <script>
2 function go() {
3 b.addEventListener("DOMSubtreeModified", eh)
4 b.max = 0.44
5 b.value = 0.94
7 function eh() {
8 SpecialPowers.gc()
9 SpecialPowers.forceCC()
10 polygon.animatedPoints.z = 1;
11 path.animatedPathSegList.z = 1;
12 svg.requiredExtensions.z = 1;
14 </script>
15 <body onload=go()>
16 <svg id="svg">
17 <polygon id="polygon"/>
18 <path id="path"/>
19 <dl>
20 <meter id="b">