Bug 1400022 - Crash test. r?hiro draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Tue, 19 Sep 2017 13:58:31 +0900
changeset 666829 6368a9204fdd6e7444796efaed987e2a566b5729
parent 666622 238d5153a76054bb82fcbda644516cd7e89f8a24
child 732194 7b19df0516966fe29bf324807ec60cab8b45d385
push id80506
push userhikezoe@mozilla.com
push dateTue, 19 Sep 2017 07:35:02 +0000
reviewershiro
bugs1400022
milestone57.0a1
Bug 1400022 - Crash test. r?hiro MozReview-Commit-ID: 6voy0F9GwbC
dom/animation/test/crashtests/1400022-1.html
dom/animation/test/crashtests/crashtests.list
new file mode 100644
--- /dev/null
+++ b/dom/animation/test/crashtests/1400022-1.html
@@ -0,0 +1,10 @@
+<script>
+requestIdleCallback(function(){ location.reload() })
+a = document.createElement("x")
+document.documentElement.appendChild(a)
+b = document.createElement('link')
+b.setAttribute('rel', 'stylesheet')
+b.setAttribute('href', 'data:,*{border-block-start:solid}')
+document.head.appendChild(b)
+a.insertAdjacentHTML("afterBegin", "<d id='id0' style='transition-duration:1s'><svg filter='url(#id0)'>")
+</script>
--- a/dom/animation/test/crashtests/crashtests.list
+++ b/dom/animation/test/crashtests/crashtests.list
@@ -27,8 +27,9 @@ pref(dom.animations-api.core.enabled,tru
 pref(dom.animations-api.core.enabled,true) load 1334582-2.html
 pref(dom.animations-api.core.enabled,true) load 1334583-1.html
 pref(dom.animations-api.core.enabled,true) load 1335998-1.html
 pref(dom.animations-api.core.enabled,true) load 1343589-1.html
 pref(dom.animations-api.core.enabled,true) load 1359658-1.html
 pref(dom.animations-api.core.enabled,true) load 1373712-1.html
 pref(dom.animations-api.core.enabled,true) load 1379606-1.html
 pref(dom.animations-api.core.enabled,true) load 1393605-1.html
+load 1400022-1.html