Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 1244898-1.xhtml
blob9b89c2c8b815bd8496318754fb12e2f195d7f8f0
1 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
3 <script>
5 window.addEventListener("load", function() {
6 location.hash = "#a";
7 document.documentElement.removeAttribute("class");
8 }, false);
10 </script>
12 <animate xmlns="http://www.w3.org/2000/svg" id="a"/>
14 </html>