gecko-dev/layout/reftests/image/image-orientation-generated...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 строки
270 B
HTML
Исходник Обычный вид История

<!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>