Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / second-pass-no-wrap-container-autosizing-expected.html
blob2b2fb61c6b844eefc23c808eaf2d7674cc7d7f09
1 <!DOCTYPE html>
2 <html>
3 <head>
5 <meta name="viewport" content="width=800">
6 <style>
7 html { font-size: 16px; }
8 body { width: 800px; margin: 0; overflow-y: hidden; }
9 </style>
11 </head>
12 <body>
14 <table cellpadding="0" cellspacing="0">
15 <tr><td style="white-space:nowrap">
16 This text should not be autosized because this text does not wrap. Non-wrapped text is likely to break layout if autosized.
17 </td></tr>
18 <tr><td style="font-size: 2.5rem">
19 This text should be autosized to 40px computed font-size (16 * 800/320).<br>
20 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
21 labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
22 laboris ni si ut aliquip ex ea commodo consequat.
23 </td></tr>
24 </table>
26 </body>
27 </html>