summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/868904-1.svg
blob: c8d7e9437e9218438cc61e81f7a7cc4cbf8bce07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>