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 (image attachment) sets the background to the image specified, tiling it to cover the full area, and the background scrolls with the box." />
<style type="text/css">
#div1
{
height: 200px;
overflow: scroll;
width: 200px;
}
div div
{
background: url("support/cat.png") scroll;
height: 400px;
width: 400px;
}
</style>
</head>
<body>
<p>Test passes if the box below has a cat image tiled throughout, and when scrolling the box the cat images scroll.</p>