haikuwebkit/LayoutTests/fast/css-generated-content/initial-letter-first-line-w...

24 lines
350 B
HTML

<!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>