summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1384232.html
blob: df9df64e81f0fbd4d4c3afe34ebbc57b50a7e551 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="UTF-8">
<script>
root = document.createElement("div")
document.documentElement.appendChild(root)
document.documentElement.appendChild(document.createElement("thead"))
document.documentElement.getBoundingClientRect()
root.appendChild(document.createElement("textarea"))
</script>