summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1616407.html
blob: a4fc4fa0334bc10ed561056582467ade8311e59e (plain)
1
2
3
4
5
6
7
<script>
    async function start() {
      var a = new CSSStyleSheet({ })
      document.adoptedStyleSheets = [new CSSStyleSheet({ }), a, a]
    }
    document.addEventListener('DOMContentLoaded', start)
  </script>