clip-overflow-hidden-ref.html (486B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com"> 6 </head> 7 <body> 8 <p>The test passes if there is a blue square and a smaller green square in the bottom right corner of the blue square.</p> 9 <div style="overflow: hidden; width: 100px; height: 100px;"> 10 <div style="width: 100px; height: 100px; border: solid blue 50px; background-color: green;"></div> 11 </div> 12 </body> 13 </html>