gecko-dev/layout/svg/crashtests/868904-1.svg

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 строки
217 B
XML
Исходник Обычный вид История

<!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>