Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / writing-mode / background-vertical-rl.html
1 <!doctype html>
2 <head>
3 <style>
4 span {
5     font-size:85px;
6     background-image: url(../backgrounds/resources/map.jpg)
7 }
8 </style>
9 </head>
10 <body style="padding:50px; line-height:2; -webkit-writing-mode: vertical-rl">
11 <span><div style="display:inline-block;height:50px"></div><br><div style="display:inline-block;height:50px"></div></span>