Bug 1331528 - Added reftest for WebM alpha. r=SingingTree

MozReview-Commit-ID: ELSvYYSc54M

--HG--
extra : rebase_source : 7ea19b601ee6869da0975314cfb1e376f4ec924e
This commit is contained in:
karo 2017-01-18 09:22:48 +13:00
parent ff3abb8af4
commit 0b1cc167f9
4 changed files with 16 additions and 0 deletions

View File

@ -33,6 +33,7 @@ random skip-if(Android) == poster-12.html poster-ref-blue140x100.html
skip-if(Android) == poster-13.html poster-ref-blue400x300.html
skip-if(Android) == poster-15.html poster-ref-green70x30.html
random-if(winWidget) random-if(cocoaWidget) skip-if(Android) == bug686957.html bug686957-ref.html # bug 922951 for OS X
== webm-alpha.html webm-alpha-ref.html
# Tests for <video src> with 'object-fit' & 'object-position':
# These tests should be very similar to tests in our w3c-css/submitted/images3

View File

@ -0,0 +1,5 @@
<!DOCTYPE HTML>
<html>
<body style="background:black;">
</body>
</html>

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>

Binary file not shown.