summaryrefslogtreecommitdiffstats
path: root/layout/reftests/abs-pos/auto-offset-inline-block-1.html
blob: 08a691ade31364135772df505f93293c6dc4f30b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<title>'auto' offset properties on display:inline-block</title>
<style>
p { font-family: monospace /* avoid kerning */ }
span {
  display: inline-block;
  position: absolute;
}
</style>
<p>Hello<span>World</span></p>