Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/margin-collapsing/inline-horizontal-1-ref.html

16 lines
224 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
font-family: sans-serif;
}
#inline1 {
margin-right: 30px;
}
</style>
</head>
<body>
<div><span id="inline1">Hello</span><span>Kitty</span></div>
</body>
</html>