Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / large-font-size-crash.html
blob2bfe7251c13623c53ac768d24e845a59f2a21477
1 <!DOCTYPE html>
2 <html>
3 <body style='font: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999in Ahem;'>
4 PASS. WebKit didn't crash.
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 </body>
10 </html>