blob: a391e0a4520e4a1cdebbee64b7110878e1d90112 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests widow handling when bailing out of simple line layout.</title>
<style>
div {
font-size: 54px;
}
</style>
</head>
<body>
<div>1<br>2<br>3<br>4<br>5<br>6<br>7<br>8</div>
</body>
</html>