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 (color repeat) sets the background of the element to the color specified. Repeat does nothing since there is no image." />
<style type="text/css">
div
{
background: green repeat-x;
height: 50px;
}
</style>
</head>
<body>
<p>Test passes if there is a filled green rectangle across the page.</p>