ant-design/components/upload/__tests__/__snapshots__
偏右 a9376ef1ca
Fix image url display with non-image extention in Upload (#9936)
now we treat url following below rules:

1. `data:image..` => image
2. `http://xxx.com/xxxx.(webp|svg|png|gif|jpg|jpeg)` => image
3. `http://xxx.com/xxx.zip` other extensions => non-image
4. `data:application..` other minetypes in base64 text => non-image
5. `http://xxx.com/xxx` without any extensions => image

close #9835

close #9681

ref #9621
2018-04-04 17:17:01 +08:00
..
demo.test.js.snap Fix upload and badge styles 2017-10-17 15:01:21 +08:00
uploadlist.test.js.snap Fix image url display with non-image extention in Upload (#9936) 2018-04-04 17:17:01 +08:00