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