File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-dom/src/__tests__ Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3972,13 +3972,13 @@ body {
3972
3972
) ;
3973
3973
} ) ;
3974
3974
3975
- it ( 'does not include crossOrigin when keying image preloads' , async ( ) => {
3975
+ it . only ( 'does not include crossOrigin when keying image preloads' , async ( ) => {
3976
3976
function App ( ) {
3977
3977
return (
3978
3978
< html >
3979
3979
< body >
3980
3980
< img src = "foo.png" crossOrigin = "" />
3981
- < img src = "foo.png" crossOrigin = "anonymous " />
3981
+ < img src = "foo.png" crossOrigin = "use-credentials " />
3982
3982
</ body >
3983
3983
</ html >
3984
3984
) ;
@@ -3994,7 +3994,7 @@ body {
3994
3994
</ head >
3995
3995
< body >
3996
3996
< img src = "foo.png" crossorigin = "" />
3997
- < img src = "foo.png" crossorigin = "anonymous " />
3997
+ < img src = "foo.png" crossorigin = "use-credentials " />
3998
3998
</ body >
3999
3999
</ html > ,
4000
4000
) ;
You can’t perform that action at this time.
0 commit comments