@@ -255,7 +255,7 @@ exports[`components/Image prop "source" is correctly updated when missing in ini
255
255
</div >
256
256
` ;
257
257
258
- exports [` components/Image prop "source" is not set immediately if the image has not already been loaded 1` ] = `
258
+ exports [` components/Image prop "source" is set immediately if the image has already been loaded 1` ] = `
259
259
<div
260
260
class = " css-view-175oi2r r-flexBasis-1mlwlqe r-overflow-1udh08x r-zIndex-417010"
261
261
>
@@ -272,53 +272,53 @@ exports[`components/Image prop "source" is not set immediately if the image has
272
272
</div >
273
273
` ;
274
274
275
- exports [` components/Image prop "source" is set immediately if the image has already been loaded 1 ` ] = `
275
+ exports [` components/Image prop "source" is set immediately if the image has already been loaded 2 ` ] = `
276
276
<div
277
277
class = " css-view-175oi2r r-flexBasis-1mlwlqe r-overflow-1udh08x r-zIndex-417010"
278
278
>
279
279
<div
280
280
class = " css-view-175oi2r r-backgroundColor-1niwhzg r-backgroundPosition-vvn4in r-backgroundRepeat-u6sd8q r-bottom-1p0dtai r-height-1pi2tsx r-left-1d2f490 r-position-u8s1d r-right-zchlnj r-top-ipm5af r-width-13qz1uu r-zIndex-1wyyakw r-backgroundSize-4gszlv"
281
- style = " background-image: url(https://google .com/favicon.ico);"
281
+ style = " background-image: url(https://twitter .com/favicon.ico);"
282
282
/>
283
283
<img
284
284
alt = " "
285
285
class = " css-accessibilityImage-9pa8cd"
286
286
draggable = " false"
287
- src = " https://google .com/favicon.ico"
287
+ src = " https://twitter .com/favicon.ico"
288
288
/>
289
289
</div >
290
290
` ;
291
291
292
- exports [` components/Image prop "source" is set immediately if the image has already been loaded 2 ` ] = `
292
+ exports [` components/Image prop "source" is set immediately if the image was preloaded 1 ` ] = `
293
293
<div
294
294
class = " css-view-175oi2r r-flexBasis-1mlwlqe r-overflow-1udh08x r-zIndex-417010"
295
295
>
296
296
<div
297
297
class = " css-view-175oi2r r-backgroundColor-1niwhzg r-backgroundPosition-vvn4in r-backgroundRepeat-u6sd8q r-bottom-1p0dtai r-height-1pi2tsx r-left-1d2f490 r-position-u8s1d r-right-zchlnj r-top-ipm5af r-width-13qz1uu r-zIndex-1wyyakw r-backgroundSize-4gszlv"
298
- style = " background-image: url(https://twitter .com/favicon.ico);"
298
+ style = " background-image: url(https://yahoo .com/favicon.ico);"
299
299
/>
300
300
<img
301
301
alt = " "
302
302
class = " css-accessibilityImage-9pa8cd"
303
303
draggable = " false"
304
- src = " https://twitter .com/favicon.ico"
304
+ src = " https://yahoo .com/favicon.ico"
305
305
/>
306
306
</div >
307
307
` ;
308
308
309
- exports [` components/Image prop "source" is set immediately if the image was preloaded 1` ] = `
309
+ exports [` components/Image prop "source" is set immediately while image is loading and there is no default source 1` ] = `
310
310
<div
311
311
class = " css-view-175oi2r r-flexBasis-1mlwlqe r-overflow-1udh08x r-zIndex-417010"
312
312
>
313
313
<div
314
314
class = " css-view-175oi2r r-backgroundColor-1niwhzg r-backgroundPosition-vvn4in r-backgroundRepeat-u6sd8q r-bottom-1p0dtai r-height-1pi2tsx r-left-1d2f490 r-position-u8s1d r-right-zchlnj r-top-ipm5af r-width-13qz1uu r-zIndex-1wyyakw r-backgroundSize-4gszlv"
315
- style = " background-image: url(https://yahoo .com/favicon .ico);"
315
+ style = " background-image: url(https://google .com/not-yet-loaded-image .ico);"
316
316
/>
317
317
<img
318
318
alt = " "
319
319
class = " css-accessibilityImage-9pa8cd"
320
320
draggable = " false"
321
- src = " https://yahoo .com/favicon .ico"
321
+ src = " https://google .com/not-yet-loaded-image .ico"
322
322
/>
323
323
</div >
324
324
` ;
0 commit comments