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

Side by Side Diff: LayoutTests/fast/table/table-insert-before-non-anonymous-block.html

Issue 8226006: Merge 97074 - Handle insertion into an anonymous table part that (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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/table-insert-before-non-anonymous-block-expected.png » ('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.caption { display: table-caption; } 7 div.caption { display: table-caption; }
8 div.colgroup { display: table-column-group; } 8 div.colgroup { display: table-column-group; }
9 div.col { display: table-column; } 9 div.col { display: table-column; }
10 div.cell { display: table-cell; width: 50px; height: 50px; background-color: blue; } 10 div.cell { display: table-cell; width: 50px; height: 50px; background-color: blue; }
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 insertCell("table-2", "row"); 107 insertCell("table-2", "row");
108 insertCell("table-3", "caption"); 108 insertCell("table-3", "caption");
109 insertCell("table-4", "colgroup"); 109 insertCell("table-4", "colgroup");
110 insertRow("table-5", "tbody-5"); 110 insertRow("table-5", "tbody-5");
111 insertCell("table-6", "col-6"); 111 insertCell("table-6", "col-6");
112 insertCell("table-7", "block"); 112 insertCell("table-7", "block");
113 insertBlock("table-8", "cell"); 113 insertBlock("table-8", "cell");
114 </script> 114 </script>
115 </body> 115 </body>
116 </html> 116 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-insert-before-non-anonymous-block-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698