blob: f499901f7638ce00bde1b1fb63f497c7756475dd [file] [log] [blame]
<html>
<head>
<style>
body { overflow: hidden; }
div {
border-width: 105px 150px 150px 105px;
width: 75px;
height: 75px;
margin: 10px;
display: inline-block;
}
div.rr {
-webkit-border-image: url("resources/border-image.png") 21 30 30 21 repeat repeat;
}
div.rs {
-webkit-border-image: url("resources/border-image.png") 21 30 30 21 repeat stretch;
}
div.sr {
-webkit-border-image: url("resources/border-image.png") 21 30 30 21 stretch repeat;
}
div.ss {
-webkit-border-image: url("resources/border-image.png") 21 30 30 21 stretch stretch;
}
</style>
</head>
<body>
<div class="rr"></div>
<div class="rs"></div>
<br>
<div class="sr"></div>
<div class="ss"></div>
</body>
</html>