| OLD | NEW |
| 1 <style> | 1 <style> |
| 2 .c3 { position: fixed; } | 2 .c3 { position: fixed; } |
| 3 .c12:first-letter { visibility: inherit; } | 3 .c12:first-letter { visibility: inherit; } |
| 4 .c12 { -webkit-appearance: button; } | 4 .c12 { -webkit-appearance: button; } |
| 5 .c13 { display: table-row; } | 5 .c13 { display: table-row; } |
| 6 .c13:nth-last-child(odd) { height: 80%; } | 6 .c13:nth-last-child(odd) { height: 80%; } |
| 7 </style> | 7 </style> |
| 8 <script> | 8 <script> |
| 9 if (window.layoutTestController) | 9 if (window.layoutTestController) |
| 10 layoutTestController.dumpAsText(); | 10 layoutTestController.dumpAsText(); |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 setTimeout('quote2.appendChild(code);', 321); | 44 setTimeout('quote2.appendChild(code);', 321); |
| 45 ins.appendChild(sub); | 45 ins.appendChild(sub); |
| 46 setTimeout('base.appendChild(figureRow);', 251); | 46 setTimeout('base.appendChild(figureRow);', 251); |
| 47 text = document.createTextNode('-1435037881'); | 47 text = document.createTextNode('-1435037881'); |
| 48 setTimeout('figureRow.appendChild(text);', 206); | 48 setTimeout('figureRow.appendChild(text);', 206); |
| 49 } | 49 } |
| 50 window.onload = boom; | 50 window.onload = boom; |
| 51 </script> | 51 </script> |
| 52 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=76842">76842</a>: Crash
in WebCore::RenderTableSection::rowLogicalHeightChanged</p> | 52 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=76842">76842</a>: Crash
in WebCore::RenderTableSection::rowLogicalHeightChanged</p> |
| 53 <p>This test passes if it does not crash nor ASSERT.</p> | 53 <p>This test passes if it does not crash nor ASSERT.</p> |
| OLD | NEW |