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

Side by Side Diff: LayoutTests/fast/sub-pixel/snap-negative-location.html

Issue 10996032: Merge 129370 - snapToSize rounds the incorrectly for negative locations (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 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/sub-pixel/snap-negative-location-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 <body> 3 <body>
4 <div style="position: absolute; top: -4.5px; left: -4.5px; width: 25px; heig ht: 25px; background: navy;">&nbsp;</div> 4 <div style="position: absolute; top: -4.5px; left: -4.5px; width: 25px; heig ht: 25px; background: navy;">&nbsp;</div>
5 <div style="position: absolute; top: -4.5px; left: 20.5px; width: 25px; heig ht: 25px; background: navy;">&nbsp;</div> 5 <div style="position: absolute; top: -4.5px; left: 20.5px; width: 25px; heig ht: 25px; background: navy;">&nbsp;</div>
6 <div style="position: absolute; top: 20.5px; left: -4.5px; width: 25px; heig ht: 25px; background: navy;">&nbsp;</div> 6 <div style="position: absolute; top: 20.5px; left: -4.5px; width: 25px; heig ht: 25px; background: navy;">&nbsp;</div>
7 <div style="position: absolute; top: 20.5px; left: 20.5px; width: 25px; heig ht: 25px; background: navy;">&nbsp;</div> 7 <div style="position: absolute; top: 20.5px; left: 20.5px; width: 25px; heig ht: 25px; background: navy;">&nbsp;</div>
8 <p style="position: absolute; top: 50px;"> 8 <p style="position: absolute; top: 50px;">
9 Figure above should appear as a solid dark blue square. 9 Figure above should appear as a solid dark blue square.
10 </p> 10 </p>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/sub-pixel/snap-negative-location-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698