Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android') OR tsan
- Manifest: dom/base/crashtests/crashtests.list
<html class="reftest-wait">
<script>
if (location.search == "?x=") {
  setTimeout(() => window.close(), 1000);
} else {
  document.fonts.onloadingdone = () => {
    document.forms[1].submit();
  };
  window.onload = () => {
    document.forms[0].submit();
    setTimeout(() => {
      document.documentElement.removeAttribute("class");
    }, 1000);
  };
}
</script>
<body>
</body>
</html>