gecko-dev/layout/base/crashtests/1401739.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 строки
343 B
HTML
Исходник Обычный вид История

<style>
html { column-width:0 }
</style>
<script>
document.documentElement.appendChild(document.createElement("option"))
document.documentElement.appendChild(document.createElement("th"))
document.styleSheets[0].insertRule("c{", 0)
document.documentElement.getBoundingClientRect()
document.styleSheets[0].deleteRule(0)
</script>
<body></body>