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=
"block">This text should be baseline-aligned with
</div>
36 <table class=
"h-table"><td>this text.
</table>
38 <div class=
"container vertical">
39 <div class=
"block">This text should be baseline-aligned with
</div>
40 <table class=
"v-table"><td>this text.
</table>