Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / css / transform-origin-zoom-expected.svg
blob85f1c6883534fe85073ae5d9b35085f5cb85df3d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" style="zoom: 2">
3 <rect x="100" y="100" width="100" height="100" fill="green" transform="rotate(45, 150, 150)"/>
4 <rect x="300" y="100" width="100" height="100" fill="green" transform="rotate(45, 350, 150)"/>
5 </svg>