Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Side by Side Diff: LayoutTests/fast/table/table-rowspan-crash-only-percent-rows-with-less-than-100-percent.html

Issue 398013005: ASSERTION FAILED: !extraRowSpanningHeight in WebCore::RenderTableSection::distributeRowSpanHeightTo… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698