blob: 3505ce74ef09b825b021c2936e9f140f74c7ed56 [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 {
orphans: 2;
widows: 3;
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>