blob: 3e22093d1c1e5adfc2e9e76c1f34631bf849fe1e [file] [log] [blame]
<!DOCTYPE HTML>
<style>
.item {
display: inline-block;
font-size: 50px;
}
.large { font-size: 100px; }
</style>
<p>This test passes if text in both columns are aligned using their alhabetic baseline, like it happens in horizontal mode.</p>
<div style="writing-mode: vertical-lr;">
<div class="item">foo</div><div class="large item">foo</div>
</div>