Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / foreign-object-skew.svg
blobe060051af4f8694cfb2e95ba4e418989c0e11f8f
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg"
3 xmlns:xlink="http://www.w3.org/1999/xlink"
4 xmlns:xhtml="http://www.w3.org/1999/xhtml">
5 <foreignObject x="10" y="10" width="580" height="380" transform="scale(5) skewY(5) skewX(5)">
6 <xhtml:div>This is a test</xhtml:div>
7 <xhtml:a href="http://www.example.com/">and a link.</xhtml:a><xhtml:br/>
8 <xhtml:input type="button">Button</xhtml:input>
9 </foreignObject>
10 <rect x="10" y="10" width="580" height="380" stroke="green" fill="none" />
11 </svg>