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