Dactyloidae/layout/reftests/webm-video/webm-alpha.html
Jeremy Andrews 83ecbdfacb Issue #2357 - Add reftest for WebM alpha.
I figured I should include the reftest for the sake of completeness, though I have already verified the feature working from the site mentioned in the forum thread that prompted me to look into this in the first place.

Ref: BZ 1331528
2023-10-26 10:50:17 +08:00

10 lines
199 B
HTML

<!DOCTYPE HTML>
<html>
<body style="background:black;">
<!--
Test that if a WebM video has an alpha channel, it is displayed correctly.
-->
<video src="webm-alpha.webm">
</video>
</body>
</html>