Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / text / svg-zoom-large-value.xhtml
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>