Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/svg/crashtests/868904-1.svg
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
* { animation-name: a; animation-duration: 72ms }
@keyframes a { 60% { transform: skewx(30deg); } }
</style>
</head>
<body>
<svg></svg>
</body>
</html>