mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +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
|
|
@ -32,6 +32,7 @@ random == poster-12.html poster-ref-blue140x100.html
|
|||
== poster-13.html poster-ref-blue400x300.html
|
||||
== poster-15.html poster-ref-green70x30.html
|
||||
random-if(winWidget) random-if(cocoaWidget) == 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
|
||||
|
|
|
|||
5
layout/reftests/webm-video/webm-alpha-ref.html
Normal file
5
layout/reftests/webm-video/webm-alpha-ref.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<body style="background:black;">
|
||||
</body>
|
||||
</html>
|
||||
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>
|
||||
BIN
layout/reftests/webm-video/webm-alpha.webm
Normal file
BIN
layout/reftests/webm-video/webm-alpha.webm
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue