3 <link rel=
"stylesheet" type=
"text/css" href=
"ahem.css" />
4 <title>Inline, relatively positioned backplate items should be drawn cooperatively with other backplates on the same line. Inline-block, relatively positioned backplate items should be drawn over other backplates on the same line. Absolutely positioned backplate items should be drawn over other page content.
</title>
10 border:
1px solid black;
21 display: inline-block;
32 <div><span class=
"std relpos i">ppppp ppppp
</span>ppppp ppppp
</div>
33 <div><br><br><span class=
"std relpos ib">ppppp ppppp
</span>
34 <span>ppppp ppppp
</span></div>
35 <div class=
"abspos">ppppp ppppp
</div>