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

Side by Side Diff: LayoutTests/fast/block/negative-start-margin-align-center-percent.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
« no previous file with comments | « no previous file | LayoutTests/fast/block/negative-start-margin-align-center-percent-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 29 matching lines...) Expand all
40 <div class="hidTarget"></div> 40 <div class="hidTarget"></div>
41 <div align="center" class="sized"> 41 <div align="center" class="sized">
42 <div class="marginLeft">xxxxx xxxxx xxxxx xxxxx</div> 42 <div class="marginLeft">xxxxx xxxxx xxxxx xxxxx</div>
43 </div> 43 </div>
44 <p> 44 <p>
45 <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> 45 <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>
46 There should be a green rectangle above with no red. 46 There should be a green rectangle above with no red.
47 </p> 47 </p>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/negative-start-margin-align-center-percent-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698