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 (repeat color image) sets the background of the element to the color specified and places the image in its initial position repeating across the x-axis." />
<style type="text/css">
div
{
background: repeat-x green url("support/blue15x15.png");
height: 200px;
}
</style>
</head>
<body>
<p>Test passes if there is a blue stripe above a green rectangle across the page.</p>