Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / resources / getsvgdocument.svg
blob7491b73b9e5800b5fcb9c3bf707f6ae5c8097842
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <rect id="rect" x="0" y="0" width="100%" height="100%" fill="red"/>
4 <text id="text" x="5" y="16">FAILURE</text>
5 </svg>