Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / foreignObject-font-size-on-zoom-expected.html
blob18fe5ea8d954d3578a13f310b76893a3e78ef844
1 <!DOCTYPE html>
2 <body style="margin:0">
3 <svg width="100%" height="100%">
4 <foreignObject x="0" y="0" width="100%" height="100%" transform="scale(2)">
5 Lorem ipsum
6 </foreignObject>
7 </svg>
8 </body>