repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
multicol
/
newmulticol
/
avoid-column-break-inside-expected.html
blob
f23b433096dd54bd3898802feb0cecbdb914a28c
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Avoid column break inside block
</title>
5
</head>
6
<body>
7
<p>
There should be a blue square below.
</p>
8
<div
style
=
"width:100px; height:100px; background:blue;"
></div>
9
</body>
10
</html>