Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / border-image-width-numbers-expected.html
blobcf1093f94ddd7a0d4e6b0608bd35663c14be7995
1 <!doctype html>
2 <html>
3 <head>
4 <title>Test that numbers in border-image-width are rendered correctly</title>
5 <style>
6 .ref {
7 background: url(../css/resources/greenbox-100px.png);
8 width: 140px;
9 height: 140px;
11 </style>
12 </head>
13 <body>
14 <div class="ref"></div>
15 <p>There should be a green box above.</p>
16 </body>
17 </html>