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-zero-min-height-3d.html
blob
6fb57e0243dd5d6c7b8284939d93e1faadd0a983
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
.separator
{
6
height
:
20px
;
7
background-color
:
green
;
8
}
9
#min-height
{
10
min-height
:
0
;
11
height
:
auto
;
12
margin-top
:
20px
;
13
margin-bottom
:
30px
;
14
}
15
#margin-only-child
{
16
margin-top
:
40px
;
17
margin-bottom
:
10px
;
18
}
19
</style>
20
</head>
21
<body>
22
<div
class
=
"separator"
></div>
23
<div
id
=
"min-height"
>
24
<div
id
=
"margin-only-child"
></div>
25
</div>
26
<div
class
=
"separator"
></div>
27
</body>
28
</html>