clip-rect-bottom-ref.html (497B)
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 horizontal blue stripe under a horizontal green stripe.</p> 9 <div style="background-color: blue; width: 100px; height: 100px; border-left: 50px solid white; border-top: 100px solid white"> 10 <div style="width: 100px; height: 50px; background-color: green;"></div> 11 </div> 12 </body> 13 </html>