mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
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:
parent
490df49307
commit
83ecbdfacb
4 changed files with 16 additions and 0 deletions
10
layout/reftests/webm-video/webm-alpha.html
Normal file
10
layout/reftests/webm-video/webm-alpha.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue