perspective-small-effective-zoom-crash.html (219B)
1 <!DOCTYPE html> 2 <!-- Reference bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1922339 --> 3 <style> 4 @keyframes kf { 5 from { transform: perspective(10px) } 6 } 7 * { 8 zoom: 10%; 9 animation: kf 1s; 10 } 11 </style> 12 <svg></svg>