blob: adde32e982cb8eab2e672439ebb084fd767eaf9b [file] [log] [blame]
<!DOCTYPE html>
<style>
div.container {
-webkit-writing-mode: vertical-rl;
-webkit-logical-width: 80px;
-webkit-logical-height: 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>