Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / size / backgroundSize01.html
blob6528ec01dc0dfafeb8ff887c22eae17a81751f31
1 <head>
2 <style>
3 body {
4 background-image:url(resources/bikes.bmp);
5 -webkit-background-size: auto 25%;
7 </style>
8 </head>
10 <body>
11 </body>