summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1396041.html
blob: 4bca993486e0147d93dc4c2a15c1f3c2d8a8cd58 (plain)
1
2
3
4
5
6
7
8
9
<script>
document.documentElement.appendChild(document.createElement("meter"))
a = document.createElement("textarea")
document.documentElement.appendChild(a)
b = document.createElement("style")
b.appendChild(document.createTextNode("*::-moz-meter-bar { text-indent: calc(50%); scroll-behavior: smooth; transition-duration: 250ms; }"))
a.select()
document.head.appendChild(b)
</script>