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
/
composited-layer-multiple-fragments-translated-expected.html
blob
9a405e7167a9f021531d629786a524886b64c28a
1
<!DOCTYPE
html
>
2
<style>
3
.multicol {
4
line-height:
20
px;
5
}
6
.square {
7
width:
20
px;
8
height:
20
px;
9
background: green;
10
}
11
</style>
12
13
<p>
There should be two small green squares below, and no red.
</p>
14
<div
class
=
"multicol"
>
15
<br>
16
<br>
17
<div
class
=
"square"
style
=
"margin-left:40px;"
></div>
18
<div
class
=
"square"
style
=
"margin-left:20px;"
></div>
19
</div>