blob: 972a9bc0c2e315e25ce9520c14da2ba3887e9f78 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Ahem;
}
.container {
width: 200px;
border-right: 1px solid red;
}
.float {
width: 80px;
height: 80px;
float: left;
}
</style>
</head>
<body>
<div class=container><div class=float></div>ext should wrap at the red border.</div>
</body>
</html>