1472020.html (310B)
1 <style> 2 body { display:contents } 3 </style> 4 <object id="a"></object> 5 <script> 6 document.body.offsetHeight; 7 document.getElementById("a").style.cssText="display:table-column-group" 8 document.body.offsetHeight; 9 document.body.style.cssText="scroll-snap-destination:6%" 10 document.body.offsetHeight; 11 </script>