Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / foreignObject-font-size-on-zoom.html
blob11a94330955615e4ac99f1f9fd5152ce6124656f
1 <!DOCTYPE html>
2 <body style="zoom: 2; margin: 0">
3 <svg width="100%" height="100%">
4 <foreignObject x="0" y="0" width="100%" height="100%">
5 Lorem ipsum
6 </foreignObject>
7 </svg>
8 </body>