OLD | NEW |
---|---|
(Empty) | |
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/issu es/detail?id=366579">366579</a>. ASSERTION FAILED: !extraRowSpanningHeight in We bCore::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> | |
OLD | NEW |