Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / large-rowspan-crash.html
blobdc324ae2b8a4e0bd2e0335732b16c25df9f85e68
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <table><td rowspan=674227123></td></table>
6 <p>If the browser didn't crash, the test passed.</p>