summaryrefslogtreecommitdiffstats
path: root/layout/reftests/margin-collapsing/inline-horizontal-1-noref.html
blob: 2cef9cb2ad81e5acc3b63650c9052591a5b48e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
 font-family: sans-serif;
}
#inline1 {
 margin-right: 20px;
}
</style>
</head>
<body>
<div><span id="inline1">Hello</span><span>Kitty</span></div>
</body>
</html>