Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-transfer-width-height-properties-to-svg1.svg
blob734860bccc180254f95140848ddb110fa3431d05
1 <?xml version="1.0" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="200" height="200">
3 <defs>
4 <svg id="s" viewBox="0 0 2 2">
5 <rect fill="green" x="0" y="0" width="1" height="1" />
6 </svg>
7 </defs>
8 <use xlink:href="#s" />
9 </svg>