Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
multicol
/
newmulticol
/
avoid-column-break-inside-expected.html
blob: f23b433096dd54bd3898802feb0cecbdb914a28c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Avoid column break inside block
</title>
</head>
<body>
<p>
There should be a blue square below.
</p>
<div
style
=
"
width
:
100px
;
height
:
100px
;
background
:
blue
;
"
></div>
</body>
</html>