summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/writing-mode-rl-overflow.html
blob: a1b766f5151d7d7492d447a3e53cda936beb1226 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<p>The word 'PASS' (flipped) should be seen below.</p>
<div style="will-change:transform; float:left; width:10em; height:10em; background:white;"></div>
<div style="-webkit-writing-mode:vertical-rl; float:left; width:12em;">
    <div style="position:relative; width:10em;">
        <div style="width:12em;"></div>
        PASS
    </div>
</div>