1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-13 03:48:44 +00:00
Files
UXP/layout/reftests/margin-collapsing/inline-block-horizontal-1-ref.html
T

20 lines
249 B
HTML

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