Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-parse-overflow-1.html
blobe36a5af1d7af9911ea0c6a19e86f424f0872a056
1 <html>
2 <body>
3 <script>
4 document.body.offsetTop;
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 <svg>
9 <foreignObject y="105000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" transform="scale(5) skewX(5)">
10 </svg>
11 </body>