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

Side by Side Diff: LayoutTests/fast/block/positive-margin-block-child-align-center-calc-expected.html

Issue 10668050: Merge 120934 - Non-fixed length margins don't work 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 12 matching lines...) Expand all
23 </style> 23 </style>
24 </head> 24 </head>
25 <body> 25 <body>
26 <div class="hidTarget"></div> 26 <div class="hidTarget"></div>
27 <p> 27 <p>
28 <a href="https://bugs.webkit.org/show_bug.cgi?id=89626">89626</a>: Non-f ixed length margins don't work with align=center<br> 28 <a href="https://bugs.webkit.org/show_bug.cgi?id=89626">89626</a>: Non-f ixed length margins don't work with align=center<br>
29 There should be a green rectangle above with no red. 29 There should be a green rectangle above with no red.
30 </p> 30 </p>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/positive-margin-block-child-align-center-calc.html ('k') | Source/WebCore/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698