summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/reference/three-levels-of-orthogonal-flows.html
blob: 65a1618560ef5bb0c7d40400518a4647b6a49a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<p>The yellow box should be in the top right corner of the hotpink box.</p>
<div style="width:30em; height:30em; background:hotpink;">
    <div style="float:right; writing-mode:vertical-rl; background:yellow;">
      <div style="visibility:hidden;">
        Roses are red,<br>
        violets are blue.<br>
        All my base<br>
        are belong to you.<br>
      </div>
    </div>
  </div>
</div>