Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: js/xpconnect/crashtests/crashtests.list
<!DOCTYPE html>
<html class="reftest-wait">
<script>
if (typeof window.XML === 'function')
setTimeout(XML, 0);
setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
</script>
</html>