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
/
block-non-sibling-4-ref.html
blob
e9ef9a691fceddfec8e28e6779a0b2a1dcca28dd
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
#bar1
{
6
height
:
20px
;
7
background-color
:
green
;
8
margin-bottom
:
20px
;
9
}
10
#bar2
{
11
height
:
20px
;
12
background-color
:
blue
;
13
}
14
</style>
15
</head>
16
<body>
17
<div
id
=
"bar1"
></div>
18
<div
id
=
"bar2"
></div>
19
</body>
20
</html>