summaryrefslogtreecommitdiffstats
path: root/docshell/base/crashtests/1672873.html
blob: 33aa92f0ef2b9ae6d5f5a2f1313ea7bf5fd2e14b (plain)
1
2
3
4
5
6
<script>
document.addEventListener('DOMContentLoaded', () => {
  var x = new Blob([undefined, ''], { })
  self.history.pushState(x, 'x', 'missing.file')
})
</script>