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="The 'border-width' property applies to elements with a display of run-in." />
<styletype="text/css">
div
{
border-style: solid;
border-width:1in;
display: run-in;
height:1in;
width:1in;
}
</style>
</head>
<body>
<p>Test passes if there is a box below with four sides that are the same width. (Note: this will make a large square surrounding a smaller white square.)</p>