blob: 8d117783bceae4103188cfa35d55868317600e1f [file] [log] [blame] [edit]
<!-- webkit-test-runner [ dumpJSConsoleLogInStdErr=true ] -->
<html>
<head>
<script>
const anObject = new Int32Array();
anObject.buffer.transfer(1);
let config = {
codec: 'invalid',
description: anObject,
};
VideoDecoder.isConfigSupported(config);
function onLoad() {
if (window.testRunner)
testRunner.dumpAsText();
}
</script>
</head>
<body onload="onLoad()">
<p>PASS</p>
</body>
</html>