Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android') || tsan
- Manifest: dom/file/tests/crashtests/crashtests.list
<html>
<head>
<script>
window.addEventListener('load', () => {
let a = new Blob([new Uint8Array(2147483647)])
let b = new File([a], '')
b.stream()
})
</script>
</head>
</html>