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
Backed out changeset 39e6a7e77cfb (bug 1927808) for causing multiple failures. CLOSED...
[gecko.git]
/
layout
/
reftests
/
margin-collapsing
/
block-negative-2-ref.html
blob
90571cbd82c7a9242d026a418163b2d76f31179e
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
#b
{
6
height
:
20px
;
7
background-color
:
blue
;
8
}
9
</style>
10
</head>
11
<body>
12
<div
id
=
"b"
></div>
13
</body>
14
</html>