summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/writing-mode/border-radius-clipping-vertical-lr.html
blob: 85d7e833345587c9f177dca3d131d424e8eeb939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<body style="-webkit-writing-mode: vertical-lr">
<div style="-webkit-logical-width: 600px; -webkit-margin-after:50px">
    <span style="-webkit-padding-start: 15px; -webkit-padding-end:15px; -webkit-padding-before:5px; -webkit-padding-after: 5px; font-size: 48px; background-color:blue">
    <span style="
        -webkit-padding-start: 15px; -webkit-padding-end:15px;
        font-size: 48px;
        background-color: lightyellow;
        -webkit-border-radius: 10px;
        border: 5px solid green;
        line-height: 1.5;
    ">
        This sentence is too long to fit on a single line.
    </span></span>
</div>