summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/603858-1.html
blob: 8a48bbda820f14ef87f0eeaf337c727f9ca0eb22 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html class="reftest-wait">
<script>
if (typeof window.XML === 'function')
    setTimeout(XML, 0);
setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
</script>
</html>