blob: 2e39072c7ba8431be713081a95d518868670f070 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<html>
<body style="background:grey;">
<!--
Test that if a WebM video has an alpha channel, it is displayed correctly.
-->
<video src="webm-alpha.webm">
</video>
</body>
</html>
|