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

Side by Side Diff: LayoutTests/fast/sub-pixel/float-wrap-zoom-expected.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
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 11 matching lines...) Expand all
22 } 22 }
23 </style> 23 </style>
24 </head> 24 </head>
25 <body> 25 <body>
26 <div><i></i>Test</div> 26 <div><i></i>Test</div>
27 <p> 27 <p>
28 List item above should be on same line as the word 'Test'. 28 List item above should be on same line as the word 'Test'.
29 </p> 29 </p>
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/sub-pixel/float-wrap-zoom.html ('k') | Source/WebCore/rendering/RenderBlockLineLayout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698