mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
7 lines
210 B
HTML
7 lines
210 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body style="background:white;">
|
|
<!-- Test if poster frame with invalid poster displays video frame. -->
|
|
<video src="black140x100.webm" poster="not-a-valid-file"></video>
|
|
</body>
|
|
</html>
|