summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-sizing/div-orthogonal-block-size-ref.html
blob: bc5cdeb59d39659a1f6c77045a54169ce137f26a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<title> Ensure block size is same as height of inner div for orthogonal writing mode </title>
<style>
  div {
    inset: 0;
    background-color: black;
    writing-mode: vertical-rl;
    position: absolute;
    block-size: 200px;
    inline-size: 100px;
    border: 5px solid red;
  }
</style>
<div></div>