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

Side by Side Diff: LayoutTests/fast/table/table-anonymous-cell-bug.html

Issue 8417039: Merge 98372 - Crash in WebCore::RenderTableSection::addChild due to assert failure (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 1 month 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/table-anonymous-cell-bug-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body style="font-family: ahem; -webkit-font-smoothing: none;"> 3 <body style="font-family: ahem; -webkit-font-smoothing: none;">
4 <style> 4 <style>
5 div.table { display: table; } 5 div.table { display: table; }
6 div.section { display: table-row-group; } 6 div.section { display: table-row-group; }
7 div.cell { display: table-cell; width: 50px; height: 50px; background-color: blue; } 7 div.cell { display: table-cell; width: 50px; height: 50px; background-color: blue; }
8 div.row { display: table-row; } 8 div.row { display: table-row; }
9 </style> 9 </style>
10 10
(...skipping 20 matching lines...) Expand all
31 var before = document.getElementById(beforeID); 31 var before = document.getElementById(beforeID);
32 tableRow.insertBefore(createSpan(), before); 32 tableRow.insertBefore(createSpan(), before);
33 } 33 }
34 34
35 document.body.offsetTop; 35 document.body.offsetTop;
36 36
37 insertSpan("row-1", "cell-2"); 37 insertSpan("row-1", "cell-2");
38 </script> 38 </script>
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-anonymous-cell-bug-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698