Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-viewport/zoom/perspective-small-effective-zoom-crash.html - WPT Dashboard Interop Dashboard
<!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>