item-with-max-height-and-scrollbar-ref.html (343B)
1 <!DOCTYPE html> 2 <title>css-flexbox: Tests that we correctly size a flex item with a scrollbar and max-height</title> 3 <link rel="author" title="Google LLC" href="https://www.google.com/"> 4 5 <div style="width: 100px;"> 6 <div style="overflow: scroll; background: green;"> 7 <div style="height: 100px; width: 100px;"> 8 </div> 9 </div> 10 </div>