summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/868904-1.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/svg/crashtests/868904-1.svg')
-rw-r--r--layout/svg/crashtests/868904-1.svg17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/svg/crashtests/868904-1.svg b/layout/svg/crashtests/868904-1.svg
new file mode 100644
index 0000000000..c8d7e9437e
--- /dev/null
+++ b/layout/svg/crashtests/868904-1.svg
@@ -0,0 +1,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>