layout/svg/crashtests/868904-1.svg

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:22b77a08618f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <style>
6
7 * { animation-name: a; animation-duration: 72ms }
8 @keyframes a { 60% { transform: skewx(30deg); } }
9
10 </style>
11 </head>
12 <body>
13
14 <svg></svg>
15
16 </body>
17 </html>

mercurial