blob: e4e86a3b91f10aa7a09a71d35125e32e0a4ab4ed [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that paginated lines are painting properly when lines visually overflow.</title>
<style>
html {
overflow: hidden;
}
div {
font-size: 241px;
line-height: 0.7;
padding-top: 47px;
}
</style>
</head>
<body>
<div>
foobar
foobar
</div>
</body>
</html>