https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 717b1cdc7109767ac16cf4aaa0e6c4803352a9e8 authored by Ted Campbell on 07 November 2020, 05:36:31 UTC
Bug 1675905 - Simplify IonBuilder::createThisScripted. r=jandem,iain a=RyanVM
Tip revision: 717b1cd
image-orientation-generated-content.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>
back to top