blob: 6d36e6ab9fd99552853e545d77973f5dee04d262 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Column rule thicker than gap</title>
<style>
.mc {
border-left: 31px solid;
margin-left: 35px;
height: 100px;
}
</style>
</head>
<body>
<p>There should be a filled rectangle below.</p>
<div class="mc"></div>
</body>
</html>