Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-rowspan-crash-only-percent-rows-with-less-than-100-percent.html
blob45c201727ee952336a1c363acd6be74486cbcfac
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="text/javascript">
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 <style>
9 tr {
10 height:71%;
12 </style>
13 </head>
14 <body>
15 <h2>Test for chromium bug : <a href="https://code.google.com/p/chromium/issues/detail?id=366579">366579</a>. ASSERTION FAILED: !extraRowSpanningHeight in WebCore::LayoutTableSection::distributeRowSpanHeightToRows.</h3>
16 <h3>For this test to PASS, it should not crash.</h4>
17 <table>
18 <tr>
19 <th rowspan="2">A</th>
20 <td></td>
21 </tr>
22 </table>
23 </body>
24 </html>