Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / js / xpconnect / crashtests / 603858-1.html
blob8a48bbda820f14ef87f0eeaf337c727f9ca0eb22
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <script>
4 if (typeof window.XML === 'function')
5 setTimeout(XML, 0);
6 setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
7 </script>
8 </html>