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

Side by Side Diff: LayoutTests/fast/sub-pixel/float-wrap-zoom.html

Issue 11367059: Merge 132904 - [subixel] Change LineWidth::shrinkAvailableWidthForNewFloatIfNeeded to not pixel snap (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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/float-wrap-zoom-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 zoom: 1.1; 6 zoom: 1.1;
7 } 7 }
8 8
9 div { 9 div {
10 display: inline-block; 10 display: inline-block;
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 </style> 24 </style>
25 </head> 25 </head>
26 <body> 26 <body>
27 <div><i></i>Test</div> 27 <div><i></i>Test</div>
28 <p> 28 <p>
29 List item above should be on same line as the word 'Test'. 29 List item above should be on same line as the word 'Test'.
30 </p> 30 </p>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/sub-pixel/float-wrap-zoom-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698