summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/crashtests/1547895-1.html
blob: 72d19c6caa3cae30c453c08618b03a0ff3965d84 (plain)
1
2
3
4
5
6
7
8
9
10
<script>
var func0 = async function(a) {
    a.currentTarget.close()
}
document.addEventListener('DOMContentLoaded', () => {
  document.write()
  document.addEventListener('readystatechange', func0, true)
  setTimeout(window.close, 0)
})
</script>