Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / size / backgroundSize10.html
blobe7cf1e21fe6122cb5182c1925f12f254395b8a0d
1 <head>
2 <style>
3 body {
4 background-image:url(resources/bikes.bmp);
5 -webkit-background-size: 100px auto;
6 background-repeat: no-repeat;
7 background-position: center;
9 </style>
10 </head>
12 <body>
13 </body>