Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / border-image-vertical-lr.html
blobac2018163b3d468793ac3adc997af41c836cee95
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;
10 </style>
11 </head>
12 <body style="padding:50px; line-height:2; -webkit-writing-mode: vertical-lr; -webkit-text-orientation: sideways-right;">
13 <span><div style="display:inline-block;height:25px"></div><br><div style="display:inline-block;height:50px"></div></span>