chrome-bug-1474157.html (234B)
1 <!DOCTYPE html> 2 <svg> 3 <foreignObject id="target"> 4 <div style="position: sticky; top: 0;"></div> 5 </foreignObject> 6 </svg> 7 <script> 8 document.body.offsetTop; 9 document.getElementById('target').style.overflow = 'visible'; 10 </script>