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