Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-images/image-orientation/image-orientation-exif-png-3.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Images Module Level 3: late EXIF data is ignored</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="author" title="Chris Lilley" href="https://svgees.us/">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#url-metadata">
<link rel="help" href="https://w3c.github.io/PNG-spec/#eXIf">
<link rel="match" href="reference/image-orientation-exif-png-ref.html">
<style>
div { width: 400px; height: 400px; display: inline-block; }
div.early { background-image: url(support/F-exif-chunk-early.png)}
div.late {background-image: url(support/F-exif-late.png)}
</style>
<div class="early"></div>
<div class="late"></div>