Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / writing-mode / border-radius-clipping-vertical-lr.html
1 <body style="-webkit-writing-mode: vertical-lr">
2 <div style="-webkit-logical-width: 600px; -webkit-margin-after:50px">
3     <span style="-webkit-padding-start: 15px; -webkit-padding-end:15px; -webkit-padding-before:5px; -webkit-padding-after: 5px; font-size: 48px; background-color:blue">
4     <span style="
5         -webkit-padding-start: 15px; -webkit-padding-end:15px;
6         font-size: 48px;
7         background-color: lightyellow;
8         -webkit-border-radius: 10px;
9         border: 5px solid green;
10         line-height: 1.5;
11     ">
12         This sentence is too long to fit on a single line.
13     </span></span>
14 </div>