background-paint-order-001-ref.html (644B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test: Background clip and border painting order</title> 5 <link rel="author" title="Julien Chaffraix" href="mailto:jchaffraix@webkit.org"> 6 <link rel="reviewer" title="Arron Eicholz" href="mailto:arronei@microsoft.com" /> <!-- 2012-10-27 --> 7 <style> 8 div 9 { 10 height: 100px; 11 width: 100px; 12 background-color: green; 13 } 14 </style> 15 </head> 16 <body> 17 <p>Test passes if there is a green rectangle below and no red visible on the page.</p> 18 <div></div> 19 </body> 20 </html>