| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>CSS Test: Background clip and border painting order</title> | |
| <link rel="author" title="Julien Chaffraix" href="mailto:jchaffraix@webkit.org"> | |
| <link rel="reviewer" title="Arron Eicholz" href="mailto:arronei@microsoft.com" /> <!-- 2012-10-27 --> | |
| <style> | |
| div | |
| { | |
| height: 100px; | |
| width: 100px; | |
| background-color: green; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Test passes if there is a green rectangle below and no red visible on the page.</p> | |
| <div></div> | |
| </body> | |
| </html> |