Skip to content

Commit 0477fb5

Browse files
committed
Add test for JPEG XL
1 parent 0150776 commit 0477fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/integration-tests/test/integration/image/reformat-all.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<picture>
22
<source srcset="foo.png?as=avif" type="image/avif">
3+
<source srcset="foo.png?as=jxl" type="image/jxl">
34
<source srcset="foo.png?as=jpg" type="image/jpeg">
45
<source srcset="foo.png?as=png" type="image/png">
56
<source srcset="foo.png?as=tiff" type="image/tiff">

0 commit comments

Comments
 (0)