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
This commit is contained in:
Jeremy Andrews 2023-10-23 23:20:07 -05:00 committed by roytam1
commit 83ecbdfacb
4 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<!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>