Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / narrow-child-expected.html
bloba966b2d83f8d63b480de03258ef76a70e69daae6
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 <div style="font-size: 2.5rem">
15 This text should be autosized to 40px computed font-size, since although this has a narrow child block, the cluster will still be wide and need autosizing.
16 <div style="width: 600px">
17 This text should be autosized to 40px computed font-size as it is a part of the same cluster as the parent div.<br>
18 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
19 </div>
20 This text should be autosized to 40px computed font-size, similarly to the text at the top.<br>
21 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
22 </div>
24 </body>
25 </html>