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 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
image-element
/
orientation-1.html
blob
cb48c59c297a7701c3af2579e80f975f2a83cb03
1
<!DOCTYPE
html
>
2
<!-- Test that -moz-element() honors a target image's orientation metadata. -->
3
<div
style
=
"width: 200px; height: 100px; background-image: -moz-element(#e);"
></div>
4
<img
id
=
"e"
src
=
"../image/image-exif-90-deg.jpg"
>