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

Side by Side Diff: LayoutTests/fast/table/crash-section-logical-height-changed-needsCellRecalc.html

Issue 9214019: Merge 105685 - Crash in WebCore::RenderTableSection::rowLogicalHeightChanged (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/fast/table/crash-section-logical-height-changed-needsCellRecalc-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/crash-section-logical-height-changed-needsCellRecalc-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698