gecko-dev/layout/style/crashtests/1586444.html

16 строки
299 B
HTML

<style>
#a {
overflow: auto auto;
display: -webkit-box;
}
</style>
<script>
window.onload = () => {
a.align = "ABSMIDDLE"
document.documentElement.style.display="none"
document.documentElement.getBoundingClientRect()
document.documentElement.style.display=""
}
</script>
<object id="a">