Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / border-image-horizontal-bt.html
blobac2612280be6b4cb3860cb99e7c048721b3f6a18
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: horizontal-bt">
13 <span><div style="display:inline-block;width:25px"></div><br><div style="display:inline-block;width:50px"></div></span>