blob: 7f67131e13857e8ec120a9823a40c79ddc0e02e6 [file] [log] [blame]
<!-- webkit-test-runner [ shouldUseModernCompatibilityMode=true ] -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../../../resources/js-test.js"></script>
</head>
<body>
<script>
description("This test verifies that the MediaSource API is enabled when enabling modern compatibility mode.");
shouldBe("'MediaSource' in window", "true");
shouldBe("MediaSource.prototype", "Object.getPrototypeOf(new MediaSource)");
</script>
</body>
</html>