Bug 1400022 - Crash test. r=hiro

MozReview-Commit-ID: 6voy0F9GwbC

--HG--
extra : rebase_source : 3a93c8ae1b88eab6cbfd4bc67f3e450080da1742
This commit is contained in:
Hiroyuki Ikezoe 2017-09-19 13:58:31 +09:00
parent e077bd95a1
commit 121662e3ab
2 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -32,3 +32,4 @@ 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