repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1918529 - fix some subpixel misalignment issues with gfx.webrender.svg-filter...
[gecko.git]
/
layout
/
reftests
/
margin-collapsing
/
column-sibling-1b.html
blob
cca3d6ee78ce5e56ada0e9d439649f7d12ec517e
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
#block1
,
#block2
{
6
height
:
20px
;
7
background-color
:
orange
;
8
}
9
#block1
{
10
margin-bottom
:
20px
;
11
}
12
#multi-column
{
13
column-count
:
1
;
14
height
:
20px
;
15
margin
:
10px 0
;
16
background-color
:
blue
;
17
}
18
#block2
{
19
margin-top
:
20px
;
20
}
21
</style>
22
</head>
23
<body>
24
<div
id
=
"block1"
></div>
25
<div
id
=
"multi-column"
></div>
26
<div
id
=
"block2"
></div>
27
</body>
28
</html>