mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 09:18:37 +09:00
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
10 lines
199 B
HTML
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>
|