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 1800044 [wpt PR 36907] - Fix same URL navigation test, a=testonly
[gecko.git]
/
layout
/
reftests
/
margin-collapsing
/
inline-horizontal-2-ref.html
blob
3939978bd9c75f477ca644ef2ea02080c64347e9
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
body
{
6
font-family
:
sans-serif
;
7
}
8
#inline2
{
9
margin-left
:
10px
;
10
margin-right
:
70px
;
11
}
12
</style>
13
</head>
14
<body>
15
<div><span
id
=
"inline1"
>
Hello
<span
id
=
"inline2"
>
my
</span></span><span
id
=
"inline3"
>
Kitty
</span></div>
16
</body>
17
</html>