mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
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>
|