You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="Background with (attachment position image) sets the background to the image specified, the image is positioned at the bottom, and scrolls with the box." />
<style type="text/css">
#div1
{
height: 200px;
overflow: scroll;
width: 200px;
}
div div
{
background: scroll bottom left url("support/cat.png");
width: 400px;
height: 400px;
}
</style>
</head>
<body>
<p>Test passes if the box below is filled with cat images, and when the box is scrolled down, the cat images move. Also, the cat in the left bottom corner is not cut off.</p>