blob: 8ae4704694acd3d7098646ea33b2e4dc6a0a4543 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
width: 500px;
height: 300px;
border: 50px solid transparent;
padding: 50px;
background-image: url("resources/circle.png");
background-size: 151px 128px;
background-repeat: space;
background-origin: border-box;
background-clip: border-box;
}
</style>
</head>
<body>
<div />
</body>
</html>