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

Side by Side Diff: LayoutTests/fast/block/positive-margin-start-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 body 5 body
6 { 6 {
7 margin: 0px; 7 margin: 0px;
8 } 8 }
9 9
10 .hidTarget 10 .hidTarget
(...skipping 13 matching lines...) Expand all
24 </style> 24 </style>
25 </head> 25 </head>
26 <body> 26 <body>
27 <div class="hidTarget"></div> 27 <div class="hidTarget"></div>
28 <p> 28 <p>
29 <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> 29 <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 There should be a green rectangle above with no red. 30 There should be a green rectangle above with no red.
31 </p> 31 </p>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698