Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / table-rowspan-crash-only-percent-rows-with-less-than-100-percent.html
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%;
11         }
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::RenderTableSection::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>