Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /webcodecs/videoFrame-construction.crossOriginIsolated.https.any.html - WPT Dashboard Interop Dashboard
- /webcodecs/videoFrame-construction.crossOriginIsolated.https.any.worker.html - WPT Dashboard Interop Dashboard
// META: global=window,dedicatedworker
// META: script=/webcodecs/utils.js
// META: script=/webcodecs/videoFrame-utils.js
test(t => {
testBufferConstructedI420Frame('SharedArrayBuffer');
}, 'Test SharedArrayBuffer constructed I420 VideoFrame');
test(t => {
testBufferConstructedI420Frame('Uint8Array(SharedArrayBuffer)');
}, 'Test Uint8Array(SharedArrayBuffer) constructed I420 VideoFrame');