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