From 2b6f1ffa12e7f19d8f6750f214ac1bcaea7d42c8 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Wed, 11 Jan 2017 12:01:10 +0900 Subject: [PATCH] Bug 1325193 - A crash test.r=birtles --- dom/animation/test/crashtests/1325193-1.html | 18 ++++++++++++++++++ dom/animation/test/crashtests/crashtests.list | 1 + 2 files changed, 19 insertions(+) create mode 100644 dom/animation/test/crashtests/1325193-1.html diff --git a/dom/animation/test/crashtests/1325193-1.html b/dom/animation/test/crashtests/1325193-1.html new file mode 100644 index 000000000000..bd0666497c89 --- /dev/null +++ b/dom/animation/test/crashtests/1325193-1.html @@ -0,0 +1,18 @@ + + + + + + +
+ diff --git a/dom/animation/test/crashtests/crashtests.list b/dom/animation/test/crashtests/crashtests.list index 9c67f2cee189..15efd0787ad8 100644 --- a/dom/animation/test/crashtests/crashtests.list +++ b/dom/animation/test/crashtests/crashtests.list @@ -16,3 +16,4 @@ pref(dom.animations-api.core.enabled,true) load 1322382-1.html skip-if(stylo) pref(dom.animations-api.core.enabled,true) load 1322291-1.html # bug 1323733 asserts-if(stylo,0-5) pref(dom.animations-api.core.enabled,true) load 1323114-1.html # bug 1324690 asserts-if(stylo,0-5) pref(dom.animations-api.core.enabled,true) load 1323114-2.html # bug 1324690 +skip-if(stylo) pref(dom.animations-api.core.enabled,true) load 1325193-1.html # bug 1311257