ref-square-with-scrollbar.html (293B)
1 <!DOCTYPE html> 2 <link rel="author" title="Google LLC" href="https://www.google.com/"> 3 4 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 5 6 <div style="background: green; width: 100px; height: 100px; overflow: scroll;"> 7 <div style="height: 600px"></div> 8 </div>