<html lang="en">
<head>
<meta charset="UTF-8"></meta>
<link rel="icon" href="https://upload.wikimedia.org/wikipedia/commons/d/d5/Tailwind_CSS_Logo.svg"></link>
<meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
<title>Background tests</title>
</head>
<body>
<div style="background-attachment:fixed;"></div>
<div style="background-attachment:local;"></div>
<div style="background-attachment:scroll;"></div>
<div style="background-attachment:scroll;"></div>
<div style="background-attachment:unset;"></div>
<div style="background-attachment:unset;"></div>
<div style="background-clip:border-box;"></div>
<div style="background-clip:padding-box;"></div>
<div style="background-clip:content-box;"></div>
<div style="background-clip:text;"></div>
<div style="background-clip:border-box;"></div>
<div style="background-clip:unset;"></div>
<div style="background-clip:unset;"></div>
<div style="background-origin:border-box;"></div>
<div style="background-origin:padding-box;"></div>
<div style="background-origin:content-box;"></div>
<div style="background-origin:border-box;"></div>
<div style="background-origin:unset;"></div>
<div style="background-origin:unset;"></div>
<div style="background-repeat:repeat;"></div>
<div style="background-repeat:no-repeat;"></div>
<div style="background-repeat:no-repeat;"></div>
<div style="background-repeat:repeat-x;"></div>
<div style="background-repeat:repeat-y;"></div>
<div style="background-repeat:repeat;"></div>
<div style="background-repeat:repeat-x;"></div>
<div style="background-repeat:round;"></div>
<div style="background-repeat:space;"></div>
<div style="background-repeat:unset;"></div>
<div style="background-repeat:unset;"></div>
</body>
</html>