diff options
Diffstat (limited to '')
-rw-r--r-- | dom/animation/test/crashtests/1244595-1.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/animation/test/crashtests/1244595-1.html b/dom/animation/test/crashtests/1244595-1.html new file mode 100644 index 0000000000..13b2e2d7e7 --- /dev/null +++ b/dom/animation/test/crashtests/1244595-1.html @@ -0,0 +1,3 @@ +<div id=target><script> + var player = target.animate([{background: 'green'}, {background: 'green'}]); +</script> |