clip-vertical-stripe-ref.html (323B)
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 only a vertical blue stripe.</p> 9 <div style="width: 50px; height: 200px; background-color: blue;"></div> 10 </body> 11 </html>