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

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

Issue 10536229: Merge 120859 - REGRESSION(r113885): Margin not properly applied to elements with align=center (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
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 div { 9 div {
10 height: 100px; 10 height: 100px;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 <div class="hidTarget"></div> 42 <div class="hidTarget"></div>
43 <div align="center" class="sized"> 43 <div align="center" class="sized">
44 <div class="marginLeft"></div> 44 <div class="marginLeft"></div>
45 </div> 45 </div>
46 <p> 46 <p>
47 <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> 47 <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>
48 There should be a green rectangle above with no red. 48 There should be a green rectangle above with no red.
49 </p> 49 </p>
50 </body> 50 </body>
51 </html> 51 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698