Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / image-reinsert-expected.html
blobe017e9d876e5e2857aa72f979a6463f90049cdc1
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <svg id="svg" width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5 <rect width="100" height="100" fill="green"/>
6 </svg>
7 </body>
8 </html>