Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
multicol
/
simple-line-layout-widows-when-switching-over-to-normal-line-layout-expected.html
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>