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

Side by Side Diff: LayoutTests/fast/sub-pixel/inline-block-should-not-wrap-expected.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
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 15 matching lines...) Expand all
26 <body> 26 <body>
27 <ul> 27 <ul>
28 <li><a href="#">Birds of North America</a></li> 28 <li><a href="#">Birds of North America</a></li>
29 <li><a href="#">Old French loanwords</a></li> 29 <li><a href="#">Old French loanwords</a></li>
30 </ul> 30 </ul>
31 <p> 31 <p>
32 The two links above should not wrap. 32 The two links above should not wrap.
33 </p> 33 </p>
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/sub-pixel/inline-block-should-not-wrap.html ('k') | LayoutTests/platform/mac-lion/Skipped » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698