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

Side by Side Diff: LayoutTests/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio.htm

Issue 24066007: Mask/background-repeat: round should round the number of tiles of an image to the nearest natural n… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 2 Created 7 years, 3 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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 <!-- 2 <!--
3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All right s reserved. 3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All right s reserved.
4 4
5 Redistribution and use in source and binary forms, with or without modification , 5 Redistribution and use in source and binary forms, with or without modification ,
6 are permitted provided that the following conditions are met: 6 are permitted provided that the following conditions are met:
7 7
8 Redistributions of source code must retain the above copyright notice, this lis t of 8 Redistributions of source code must retain the above copyright notice, this lis t of
9 conditions and the following disclaimer. 9 conditions and the following disclaimer.
10 10
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 width: 150px; 56 width: 150px;
57 height: 400px; 57 height: 400px;
58 border: thick solid black; 58 border: thick solid black;
59 background-image: url("../support/cat.png"); 59 background-image: url("../support/cat.png");
60 background-repeat: no-repeat round; 60 background-repeat: no-repeat round;
61 background-size: auto 99px; 61 background-size: auto 99px;
62 } 62 }
63 </style> 63 </style>
64 </head> 64 </head>
65 <body> 65 <body>
66 <p>Test passes if there are five unclipped cats in each of the two boxes, an d if all the cats on the page are the same size.</p> 66 <p>Test passes if there are four unclipped cats in each of the two boxes, an d if all the cats on the page are the same size.</p>
67 <div class="reference"></div> 67 <div class="reference"></div>
68 <div class="test1"></div> 68 <div class="test1"></div>
69 <div class="test2"></div> 69 <div class="test2"></div>
70 </body> 70 </body>
71 </html> 71 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/masking/mask-repeat-round-padding-expected.html ('k') | Source/core/rendering/RenderBoxModelObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698