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 repeat color) sets the background to the color specified. Background repeat and position subproperties have no rendering effect in this test since background-image is not set." />
<style type="text/css">
div
{
background: bottom repeat-x green;
height: 200px;
width: 200px;
}
</style>
</head>
<body>
<p>Test passes if there is a <strong>filled green square</strong>.</p>