blob: 39f68974401b2c9989509485af4767edf5b8604b [file] [log] [blame]
<!DOCTYPE html>
<style>
div.container {
-webkit-writing-mode: vertical-rl;
inline-size: 80px;
block-size: 200px;
outline: solid blue;
}
</style>
<div class="container">
<div style="width: 40px; background-color: green;"></div>
</div>
<div style="height: 25px;"></div>
<div class="container">
<div style="width: 60px; background-color: green;"></div>
</div>