summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image/image-orientation-generated-content.html
blob: ebf4b09d8856c3170686ae0926aa451ac775f027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>