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

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

Issue 8008019: Merge 95461 - Child not placed correctly when beforeChild (table part) (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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-cell-before-after-content-around-table-block.html » ('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 <!-- Test passes if you see three blue boxes in three seperate rows. --> 2 <!-- Test passes if you see three blue boxes in three seperate rows. -->
3 <html style="font: 1em/1 Ahem, sans-serif;"> 3 <html style="font: 1em/1 Ahem, sans-serif;">
4 <style type="text/css"> 4 <style type="text/css">
5 .container:before { 5 .container:before {
6 content: "ABCD"; 6 content: "ABCD";
7 display: table-cell; 7 display: table-cell;
8 } 8 }
9 9
10 .container:after { 10 .container:after {
11 content: "EFGH"; 11 content: "EFGH";
12 display: table-cell; 12 display: table-cell;
13 } 13 }
14 14
15 </style> 15 </style>
16 </head> 16 </head>
17 <body> 17 <body>
18 <div class="container"> 18 <div class="container">
19 <div style="display: table">1234</div> 19 <div style="display: table">1234</div>
20 </div> 20 </div>
21 <script> 21 <script>
22 document.body.offsetTop; 22 document.body.offsetTop;
23 document.body.style.color = 'blue'; 23 document.body.style.color = 'blue';
24 </script> 24 </script>
25 </body> 25 </body>
26 </html> 26 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-cell-before-after-content-around-table-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698