Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
multicol
/
change-height-expected.html
blob: d82e6b272aa44e3787a3090733457332eaf4a01a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Below there should be
<em>
one
</em>
column with 7 lines.
</p>
<div
id
=
"elm"
style
=
"
line-height
:
2em
;
"
>
line
<br>
line
<br>
line
<br>
line
<br>
line
<br>
line
<br>
line
<br>
</div>
</body>
</html>