Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: docshell/base/crashtests/crashtests.list
 
<html class="reftest-wait">
<script>
function test() {
  // If the reload in the iframe succeeds we might crash, so wait for it.
  setTimeout(function() {
    document.documentElement.className = "";
  }, 500);
}
</script>
<body onload="test()">
    <iframe src="1804803.sjs"></iframe>
</body>
</html>