summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1400022-1.html
blob: 8256091e1ee27303d469b9793be21c96fc60e7ae (plain)
1
2
3
4
5
6
7
8
9
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>