Mypal/js/xpconnect/crashtests/603858-1.html
2019-03-11 13:26:37 +03:00

9 lines
212 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<script>
if (typeof window.XML === 'function')
setTimeout(XML, 0);
setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
</script>
</html>