Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<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>