Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/image/reftest.list
<!DOCTYPE>
<head>
<style>
body {
border: 0px;
margin: 0px;
padding: 0px;
}
p {
image-orientation: from-image;
}
p:before {
content: url(image-exif-270-deg-flip.jpg);
}
</style>
</head>
<body>
<p></p>
</body>