trisquel-icecat/icecat/docshell/base/crashtests/1672873.html

6 lines
166 B
HTML

<script>
document.addEventListener('DOMContentLoaded', () => {
var x = new Blob([undefined, ''], { })
self.history.pushState(x, 'x', 'missing.file')
})
</script>