Mypal/layout/reftests/margin-collapsing/inline-table-horizontal-1-r...

21 lines
282 B
HTML

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