| .svg > div, .image > div { |
| border-width: 30px 30px 30px 30px; |
| outline: 1px solid black; |
| -webkit-border-image: url("resources/tiles-fixed-size.svg") 30 30 30 30 repeat repeat; |
| -webkit-border-image: url("resources/tiles-fixed-size.svg") 30 30 30 30 repeat stretch; |
| -webkit-border-image: url("resources/tiles-fixed-size.svg") 30 30 30 30 stretch repeat; |
| -webkit-border-image: url("resources/tiles-fixed-size.svg") 30 30 30 30 stretch stretch; |
| -webkit-border-image: url("resources/tiles.png") 30 30 30 30 repeat repeat; |
| -webkit-border-image: url("resources/tiles.png") 30 30 30 30 repeat stretch; |
| -webkit-border-image: url("resources/tiles.png") 30 30 30 30 stretch repeat; |
| -webkit-border-image: url("resources/tiles.png") 30 30 30 30 stretch stretch; |
| <!-- Left and right sides should look identical --> |
| <h2>SVG border-image</h2> |
| <h2>PNG border-image</h2> |