summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/795221-2.html
blob: fc2aa7d50634d7ef2a505997d04f85ef5f5c2402 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
  @media all {
    div { }
  }
</style>
<script>
  document.styleSheets[0].cssRules[0].cssRules[0].style.foo = document;
</script>