repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset 40518e514fc1 (bug 1925496) for causing bc failures @ browser_cop...
[gecko.git]
/
layout
/
svg
/
crashtests
/
868904-1.svg
blob
c8d7e9437e9218438cc61e81f7a7cc4cbf8bce07
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"UTF-8"
>
5
<style>
6
7
* { animation-name: a; animation-duration:
72
ms }
8
@keyframes a {
60
% { transform: skewx(
30
deg); } }
9
10
</style>
11
</head>
12
<body>
13
14
<svg></svg>
15
16
</body>
17
</html>