summaryrefslogtreecommitdiffstats
path: root/dom/media/webcodecs/crashtests/1839270.html
blob: 3b8f7908e58dcaaf2ac3921e98e9fda27ce8f63f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
window.addEventListener("load", async () => {
  let _ = new Response("", {"headers": []})
  let a = new ArrayBuffer(60005)
  let v = new VideoFrame(a, {
    "format": "RGBA",
    "codedWidth": 1458585599,
    "codedHeight": 84,
    "timestamp": 0.541,
    "layout": [{"offset": 168, "stride": 198}],
  })
})
</script>