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

Side by Side Diff: LayoutTests/fast/text-autosizing/narrow-descendants-combined.html

Issue 12326104: Merge 142866 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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/text-autosizing/narrow-descendants-combined-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 4
5 <meta name="viewport" content="width=800"> 5 <meta name="viewport" content="width=800">
6 <style> 6 <style>
7 html { font-size: 16px; } 7 html { font-size: 16px; }
8 body { width: 800px; margin: 0; overflow-y: hidden; } 8 body { width: 800px; margin: 0; overflow-y: hidden; }
9 </style> 9 </style>
10 10
(...skipping 16 matching lines...) Expand all
27 <div style="width: 400px"> 27 <div style="width: 400px">
28 This text should be autosized to 20px computed font-size as it is combin ed with its narrow siblings and the maximum width is 400px. 28 This text should be autosized to 20px computed font-size as it is combin ed with its narrow siblings and the maximum width is 400px.
29 </div> 29 </div>
30 <div style="width: 240px"> 30 <div style="width: 240px">
31 This text should be autosized to 20px computed font-size as it is combin ed with its narrow siblings and the maximum width is 400px. 31 This text should be autosized to 20px computed font-size as it is combin ed with its narrow siblings and the maximum width is 400px.
32 </div> 32 </div>
33 </div> 33 </div>
34 34
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text-autosizing/narrow-descendants-combined-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698