repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
webm-video
/
poster-2.html
blob
079583cbd7963a184653913f223b6c37915ddab6
1
<!DOCTYPE
HTML
>
2
<html>
3
<body
style
=
"background:white;"
>
4
<!-- Test if poster frame with invalid poster displays video frame. -->
5
<video
src
=
"black140x100.webm"
poster
=
"not-a-valid-file"
></video>
6
</body>
7
</html>