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