blob: 70a9e1ed3d08953839652867c0e641687e73e16c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests orphans handling with simple line layout.</title>
<script>
if (window.internals)
internals.setPagination("LeftToRightPaginated", 0);
</script>
<style>
body {
width: 494px;
}
div {
font-size: 54px;
margin: 0px;
}
</style>
</head>
<body>
<div>foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar</div>
<div>foobar foobar foobar foobar foobar foobar foobar</div>
</body>
</html>