tenfourfox/layout/reftests/margin-collapsing/inline-horizontal-1-noref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
224 B
HTML

<!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>