blob: d9977eeb61b87d39da7307cf3dcceabf6288e6c7 [file]
<style>
.container {
writing-mode: vertical-rl;
font-family: Monospace;
font-size: 20px;
}
.inline_block {
display: inline-block;
background-color: blue;
width: 30px;
height: 30px;
}
object {
display: inline-block;
background-color: blue;
width: 30px;
height: 30px;
border-image-width: 0px;
}
</style>
<div class=container>
PASS if both<div class=inline_block></div><br>
aligned the same way<object>
</div>