Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 th { height: .5%; } | |
| 4 </style> | |
| 5 <script type="text/javascript"> | |
| 6 if (window.testRunner) | |
| 7 testRunner.dumpAsText(); | |
| 8 </script> | |
| 9 <body> | |
| 10 <h3>Test for chromium bug : <a href="https://code.google.com/p/chromium/issu es/detail?id=408066">408066</a>. ASSERTION FAILED: !extraRowSpanningHeight in bl ink::RenderTableSection::distributeRowSpanHeightToRows.</h3> | |
| 11 <p>For this test to PASS, it should not crash.</p> | |
|
Julien - ping for review
2015/01/02 10:13:37
While it's OK to do a crash check, it's not really
| |
| 12 <table> | |
| 13 <th> | |
| 14 <td rowspan="2">a</td> | |
| 15 </th> | |
| 16 </table> | |
| 17 </body> | |
| OLD | NEW |