summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1560328.html
blob: 358db83ddc6defe408b4d73d4f7c6f5820dfa13e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <title></title>
    <script>
    </script>
    <style>
    </style>
  </head>
  <body>
    <iframe srcdoc="<script>var c = 0; document.addEventListener('readystatechange', function(e) { if(document.readyState = 'complete') { if (++c == 2) { window.frameElement.remove(); } } });</script>"></iframe>
  </body>
</html>