blob: 5dc4f31e907406bec14d55fc14c7e6855b596e55 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>mediacapabilities-encodingInfo-empty</title>
<script src="../../../../resources/js-test-pre.js"></script>
<script>
</script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script>
description('Test that MediaCapabilities.prototype.encodingInfo is missing.');
shouldBe('typeof navigator.mediaCapabilities.encodingInfo', '"undefined"');
shouldBe('typeof MediaCapabilities.prototype.encodingInfo', '"undefined"');
</script>
<script src="../../../../resources/js-test-post.js"></script>
</body>
</html>