Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / border-image-outset-split-inline.html
blobe1afd9f4bab5f54b19514642f14527674e884344
1 <html>
2 <head>
3 <style>
4 span {
5 border-width: 21px 30px 30px 21px;
6 -webkit-border-image: url("resources/border-image.png") 21 30 30 21 / 1 / 21px 30px 30px 21px repeat;
8 </style>
9 </head>
10 <body>
11 <div style="padding:25px; line-height:6; font-size:25px"><span>&nbsp;<br>&nbsp;</span></div>
12 </body>
13 </html>