Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: dom/media/webcodecs/crashtests/crashtests.list
<!DOCTYPE html>
<script>
document.addEventListener('DOMContentLoaded', async () => {
const buffer = new ArrayBuffer(26838)
const array = new Uint8ClampedArray(buffer)
const frame = new VideoFrame(array, {
'format': 'I420A',
'codedWidth': 192,
'codedHeight': 2,
'timestamp': 14.19024535832334,
})
await frame.copyTo(buffer, {})
})
</script>