Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / svg-zoom-large-value.xhtml
blob206f3a269de5f82cfda199c901a8ccd7c927a28f
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <style>
4 #svg1 { zoom: 10000000044444535353444433333333333333333333333333333333333333333333333333333330000000 }
5 </style>
6 </head>
7 <body>
8 <svg id="svg1" xmlns="http://www.w3.org/2000/svg">
9 <text x="50" y="50">PASS</text>
10 </svg>
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>
15 </body>
16 </html>