Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-background-image / svg-as-background-with-relative-size.html
bloba7ca183106580cdc4f62307ff64eb4ecbc8775da
1 <html>
2 <head>
3 <style>
4 div {
5 background: green;
6 background-repeat: no-repeat;
7 background-image: url(resources/svg-as-background-with-relative-size.svg);
8 height: 500px;
9 width: 500px;
11 </style>
12 </head>
13 <!-- The background shouldn't be red in a debug build -->
14 <body style='margin: 0px'>
15 <div>&nbsp;</div>
16 </body>
17 </html>