blob: c67b47635997eaf93409c97d7ff013e7aa256636 [file]
<!DOCTYPE html>
<html>
<title>Text-Wrap Test</title>
<head>
<style>
body {
font-family: "Ahem";
font-size: 12px;
}
.absolute-block {
display: block;
position: absolute;
}
</style>
</head>
<body>
<span>This test passes if it has the correct<br> breaking points to balance the text.</span>
<div class = "absolute-block"></div>
</body>
</html>