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

Side by Side Diff: LayoutTests/fast/table/table-cell-negative-start-margin-align-center-expected.html

Issue 10578056: Merge 120859 - REGRESSION(r113885): Margin not properly applied to elements with align=center (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 6 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 /* Disable most default sizing to ensure proper position of our hidTarget. */ 5 /* Disable most default sizing to ensure proper position of our hidTarget. */
6 body 6 body
7 { 7 {
8 margin: 0px; 8 margin: 0px;
9 } 9 }
10 10
(...skipping 14 matching lines...) Expand all
25 } 25 }
26 </style> 26 </style>
27 <body> 27 <body>
28 <div class="hidTarget"></div> 28 <div class="hidTarget"></div>
29 <p> 29 <p>
30 <a href="https://bugs.webkit.org/show_bug.cgi?id=89515">89515</a>: REGRE SSION(r113885): Margin not properly applied to elements with align=center<br> 30 <a href="https://bugs.webkit.org/show_bug.cgi?id=89515">89515</a>: REGRE SSION(r113885): Margin not properly applied to elements with align=center<br>
31 There should be a green rectangle above with no red. 31 There should be a green rectangle above with no red.
32 </p> 32 </p>
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/table-cell-negative-start-margin-align-center.html ('k') | Source/WebCore/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698