Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-image-initial-size-expected.html
blob73030f6f9ccc101e57d008c43bb13279312a698b
1 <!DOCTYPE html>
2 <html>
3 <body style="margin: 0px; padding: 0px;">
4 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="600">
5 <rect width="500px" height="500px" fill="green"/>
6 </svg>
7 </body>
8 </html>