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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
multicol
/
composited-layer-will-change-expected.html
blob
e551e8139f969dda467db97b056541719db626f3
1
<!DOCTYPE
html
>
2
<style>
3
.multicol {
4
margin:
3
em
0
;
5
width:
60
px;
6
height:
60
px;
7
background: green;
8
}
9
</style>
10
11
<p>
There should be three green squares below.
</p>
12
<div
class
=
"multicol"
></div>
13
<div
class
=
"multicol"
></div>
14
<div
class
=
"multicol"
></div>