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

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

Issue 291853004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
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; }
11 div.row { display: table-row; } 11 div.row { display: table-row; }
12 div.block { width: 50px; height: 50px; background-color: blue; } 12 div.block { width: 50px; height: 50px; background-color: blue; }
13 </style> 13 </style>
(...skipping 93 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

Powered by Google App Engine
This is Rietveld 408576698