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

Side by Side Diff: LayoutTests/fast/block/positive-margin-start-align-center.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 margin: 0px; 6 margin: 0px;
7 } 7 }
8 8
9 .hidTarget 9 .hidTarget
10 { 10 {
(...skipping 28 matching lines...) Expand all
39 <div class="hidTarget"></div> 39 <div class="hidTarget"></div>
40 <div align="center" class="sized"> 40 <div align="center" class="sized">
41 <div class="marginLeft"></div> 41 <div class="marginLeft"></div>
42 </div> 42 </div>
43 <p> 43 <p>
44 <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> 44 <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>
45 There should be a green rectangle above with no red. 45 There should be a green rectangle above with no red.
46 </p> 46 </p>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698