@@ -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,36 +272,36 @@ 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 has not already been loaded there is no default source 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://google .com/not-yet-loaded-image .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://google .com/not-yet-loaded-image .ico"
305
305
/>
306
306
</div>
307
307
`;
0 commit comments