@@ -20,7 +20,7 @@ describe('SSR image with background', function () {
2020 title : 'Named color' ,
2121 id : '#named' ,
2222 query : {
23- f : 'jpeg ' ,
23+ f : 'png ' ,
2424 w : '256' ,
2525 h : '256' ,
2626 href : / ^ \/ _ a s t r o \/ f i l e - i c o n .\w { 8 } .p n g / ,
@@ -42,7 +42,7 @@ describe('SSR image with background', function () {
4242 title : 'Hex color short' ,
4343 id : '#hex-short' ,
4444 query : {
45- f : 'jpeg ' ,
45+ f : 'webp ' ,
4646 w : '256' ,
4747 h : '256' ,
4848 href : / ^ \/ _ a s t r o \/ f i l e - i c o n .\w { 8 } .p n g / ,
@@ -79,7 +79,7 @@ describe('SSR image with background', function () {
7979 w : '256' ,
8080 h : '256' ,
8181 href : / ^ \/ _ a s t r o \/ f i l e - i c o n .\w { 8 } .p n g / ,
82- bg : 'rgb (105,105,105,0.5)' ,
82+ bg : 'rgba (105,105,105,0.5)' ,
8383 } ,
8484 } ,
8585 {
@@ -90,7 +90,7 @@ describe('SSR image with background', function () {
9090 w : '256' ,
9191 h : '256' ,
9292 href : / ^ \/ _ a s t r o \/ f i l e - i c o n .\w { 8 } .p n g / ,
93- bg : 'rgb (105, 105, 105, 0.5)' ,
93+ bg : 'rgba (105, 105, 105, 0.5)' ,
9494 } ,
9595 } ,
9696 ] . forEach ( ( { title, id, query } ) => {
0 commit comments