Skip to content

Commit

Permalink
[css-images-3] Test early vs late EXIF in PNG.
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Dec 16, 2020
1 parent 5034ab1 commit 48e3fd2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!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="help" href="https://drafts.csswg.org/css-images-3/#url-metadata">
<link rel="match" href="reference/image-orientation-exif-png-ref.html">
<img src="support/F-exif-early.png">
<img src="support/F-exif-late.png">
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Images Module Level 3: late EXIF data is ignored (PNG)</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<img src="../support/F-rotated.png">
<img src="../support/F-upright.png">
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48e3fd2

Please sign in to comment.