Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: dom/fs/test/crashtests/crashtests.list
<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>