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
<metaname="assert" content="If a negative length value is set on a property that does not allow negative length values, the declaration is ignored." />
<styletype="text/css">
div
{
background: black;
height:1in;
height:-1px;
width:1in;
}
</style>
</head>
<body>
<p>Test passes if there is a filled black square.</p>