haikuwebkit/LayoutTests/css3/background/background-repeat-space-con...

24 lines
555 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
width: 600px;
height: 400px;
border: 50px solid transparent;
padding: 50px;
background-image: url("resources/circle.png");
background-size: 100px;
background-repeat: space space;
background-origin: content-box;
background-clip: content-box;
}
</style>
</head>
<body>
<div />
</body>
</html>