blob: 67df0a93ca82e0edbdb1c31c34492bf24afce056 [file] [log] [blame]
<!DOCTYPE html>
<html>
<script src="video-test.js"></script>
<body>
<script>
if (!window.internals) {
failTest('This test requires window.internals and must be run in DumpRenderTree or WebKitTestRunner.');
throw '';
}
['video','audio','videoaudio','webaudio'].forEach(type => {
consoleWrite(`mediaSessionRestrictions["${type}"] = "${ internals.mediaSessionRestrictions(type) }"`);
});
endTest();
</script>
</body>
</html>