blob: 0cf1d39375b9eb35847094acea4c77b14ef848c9 [file] [log] [blame]
<html>
<head>
<style>
.5foo {
width:100px;
border: 2px solid red;
}
.goo {
height:100px;
}
</head>
</style>
<body>
<div class="goo 5foo">I should not have a border and I should not have a tiny width.
</div>