scrollbars-chrome-bug-001-ref.html (331B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://crbug.com/926167"> 3 <style> 4 5 #container { 6 width: 200px; 7 height: 150px; 8 border: 1px solid black; 9 overflow: scroll; 10 } 11 #target { 12 width: 100px; 13 height: 50px; 14 background: green; 15 transform: scale(4); 16 } 17 </style> 18 <!-- --> 19 <div id="container"> 20 <div id="target"></div> 21 </div>