blob: c43c367f364490240da19c26ee1d43193881e11e [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;
border-style: solid;
}
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>