Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-viewport/zoom/perspective-small-effective-zoom-crash.html
<!DOCTYPE html> <!-- Reference bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1922339 --> <style> @keyframes kf { from { transform: perspective(10px) } } * { zoom: 10%; animation: kf 1s; } </style> <svg></svg>