Sign in
webkit
/
WebKit
/
cc46a31572a0ec5eaa1b23568b13d1176f22f6cb
/
.
/
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>