Skip to content

Commit

Permalink
Add test for JPEG XL
Browse files Browse the repository at this point in the history
  • Loading branch information
solonovamax committed Nov 18, 2024
1 parent 0150776 commit 0477fb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<picture>
<source srcset="foo.png?as=avif" type="image/avif">
<source srcset="foo.png?as=jxl" type="image/jxl">
<source srcset="foo.png?as=jpg" type="image/jpeg">
<source srcset="foo.png?as=png" type="image/png">
<source srcset="foo.png?as=tiff" type="image/tiff">
Expand Down

0 comments on commit 0477fb5

Please sign in to comment.