blob: 4835253d83659f39a7a4009875350f2695377fb1 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
div {
background-color: green;
width: 100px;
height: 100px;
border-image: url(resources/red.png) 30 round;
border-width: 100px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>