Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-background-image / svg-as-background-6.html
blob926005df5ad451c6dc8fb4571d9e8520d0e6d6c6
1 <html>
2 <head>
3 <style>
4 div {
5 background: red;
6 background-repeat: no-repeat;
7 background-image: url(resources/linguistics.svg);
8 height: 600px;
9 width: 800px;
11 </style>
12 </head>
13 <body style='margin: 0px'>
14 <div>&nbsp;</div>
15 </body>
16 </html>