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="match" href="reference/image-orientation-exif-png-ref.html">
<style>
div { width: 400px; height: 400px }
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>