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

Side by Side Diff: LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html

Issue 8232016: Merge 97180 - Source/WebCore: Generalize r95461 change to include table-cell and (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-row-before-after-content-around-table-cell-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 .tr { display: table-row; } 5 .tr { display: table-row; }
6 .td { display: table-cell; } 6 .td { display: table-cell; }
7 div.tr:before { content: "A"; color: blue; } 7 div.tr:before { content: "A"; color: blue; }
8 div.tr:after { content: "C"; color: orange; } 8 div.tr:after { content: "C"; color: orange; }
9 </style> 9 </style>
10 <body> 10 <body>
11 <div> 11 <div>
12 <div class="tr"> 12 <div class="tr">
13 <div class="td" style="color: green">B</div> 13 <div class="td" style="color: green">B</div>
14 </div> 14 </div>
15 </div> 15 </div>
16 <script> 16 <script>
17 document.body.style.fontSize = "100px"; 17 document.body.style.fontSize = "100px";
18 </script> 18 </script>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-row-before-after-content-around-table-cell-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698