6 border: solid
1px black;
9 -webkit-writing-mode: vertical-rl
22 display: inline-table;
33 This test checks whether the inline-table's baseline is computed correctly when adding margins or not.
34 <div class=
"container">
35 <div class=
"h-margin">
36 <div class=
"block">This text should be baseline-aligned with
</div>
37 <table><td>this text.
</table>
40 <div class=
"container vertical">
41 <div class=
"v-margin">
42 <div class=
"block">This text should be baseline-aligned with
</div>
43 <table><td>this text.
</table>