Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / svg-as-image.html
blobe7757dc157cf0b50c59b63ec955c09ebd48a4d11
1 <html>
2 <head>
3 <style>
4 div {
5 background: red;
6 height: 100px;
7 width: 100px;
9 </style>
10 </head>
11 <body style='margin: 0px'>
12 <div>
13 <img src='resources/green-fixed-size-rect.svg'>
14 </div>
15 </body>
16 </html>