Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / writing-mode / border-image-vertical-lr.html
1 <!doctype html>
2 <head>
3 <style>
4 span {
5     border-width: 21px 30px 30px 21px;
6     font-size:86px;
7     margin: 30px;
8     -webkit-border-image: url("../borders/resources/border-image.png") 21 30 30 21 repeat repeat;
9 }
10 </style>
11 </head>
12 <body style="padding:50px; line-height:2; -webkit-writing-mode: vertical-lr">
13 <span><div style="display:inline-block;height:25px"></div><br><div style="display:inline-block;height:50px"></div></span>