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

Side by Side Diff: LayoutTests/fast/sub-pixel/inline-block-should-not-wrap.html

Issue 10829151: Merge 124295 - Float imprecision causes incorrect wrapping in LineLayout with subpixel layout (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 4 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/inline-block-should-not-wrap-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 font-size: 0.8em; 6 font-size: 0.8em;
7 } 7 }
8 8
9 ul { 9 ul {
10 display: inline; 10 display: inline;
(...skipping 14 matching lines...) Expand all
25 <body> 25 <body>
26 <ul> 26 <ul>
27 <li><a href="#">Birds of North America</a></li> 27 <li><a href="#">Birds of North America</a></li>
28 <li><a href="#">Old French loanwords</a></li> 28 <li><a href="#">Old French loanwords</a></li>
29 </ul> 29 </ul>
30 <p> 30 <p>
31 The two links above should not wrap. 31 The two links above should not wrap.
32 </p> 32 </p>
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/sub-pixel/inline-block-should-not-wrap-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698