trisquel-icecat/icecat/dom/file/tests/crashtests/1747185.html

11 lines
206 B
HTML

<html>
<head>
<script>
window.addEventListener('load', () => {
let a = new Blob([new Uint8Array(2147483647)])
let b = new File([a], '')
b.stream()
})
</script>
</head>
</html>