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

12 строки
310 B
HTML

<style>
body { display:contents }
</style>
<object id="a"></object>
<script>
document.body.offsetHeight;
document.getElementById("a").style.cssText="display:table-column-group"
document.body.offsetHeight;
document.body.style.cssText="scroll-snap-destination:6%"
document.body.offsetHeight;
</script>