Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / infinite-floating-value.html
1 <html>
2     <head>
3         <script>
4             if (window.testRunner)
5                 testRunner.dumpAsText();
6         </script>
7     </head>
8     <body>
9         <p>This test passes if it does not crash.</p>
10         <svg xmlns="http://www.w3.org/2000/svg">
11             <polyline font-size="8E+617%">
12         </svg>
13     </body>
14 </html>