trisquel-icecat/icecat/dom/indexedDB/test/crashtests/1813284-1.html

6 lines
184 B
HTML

<script>
// This test allocates >= 4GB of memory even if it succeeds.
let a = new ArrayBuffer(4294967296)
let b = new Uint32Array(a)
self.indexedDB.cmp(b, undefined)
</script>