| CSS Border and Background: border-image #8 border-image-width |
| <meta name="assert" content="Support for 2 values for the border-image-width property" /> |
| <link rel="author" title="Jérémie Patonnier" href="mailto:jeremie@patonnier.net" / > |
| <link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-image-width"> |
| border-image-source: url(support/img-ref-1.png); |
| border-image-width : 1px 5px; |
| border-top : 1px solid #009900; |
| border-right : 5px solid #009900; |
| border-bottom : 1px solid #009900; |
| border-left : 5px solid #009900; |
| padding: 9px 5px 9px 5px; |
| Pass if both squares are identical. |