trisquel-icecat/icecat/dom/fs/test/crashtests/1809759.html

10 lines
255 B
HTML

<script>
document.addEventListener('DOMContentLoaded', async () => {
document.location.search = '?'
let a = self.navigator.storage
let xhr = new XMLHttpRequest()
xhr.open('POST', 'FOOBAR', false)
xhr.send()
await a.getDirectory()
})
</script>