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 (position image) sets the background to the image specified, tiling it to cover the full area from the position specified." />
<style type="text/css">
div
{
background: bottom left url("support/cat.png");
border: 1px solid black;
height: 150px;
width: 196px;
}
</style>
</head>
<body>
<p>Test passes if the box below has a cat image tiled throughout it, and the cat image is not cut off at the bottom (it can appear cut off at the top).</p>