diff options
Diffstat (limited to 'layout/style/crashtests/1377053-1.html')
-rw-r--r-- | layout/style/crashtests/1377053-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/style/crashtests/1377053-1.html b/layout/style/crashtests/1377053-1.html new file mode 100644 index 0000000000..829a36128d --- /dev/null +++ b/layout/style/crashtests/1377053-1.html @@ -0,0 +1,10 @@ +<!doctype html> +<style> +div { + animation: t 1s; +} +@keyframes t { + to { stroke-dasharray: none; } +} +</style> +<div></div> |