Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / cluster-with-narrow-lca-expected.html
blob58c793c6a522b6c0932e9cbb735cede52a3f2726
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; overflow-y: hidden; }
9 </style>
11 </head>
12 <body>
14 <div style="width: 400px">
15 <div style="font-size: 1.25rem">
16 This text should be autosized to just 20px computed font size (16 * 400/320), since the width of the least common ancestor of the cluster's text descendants is used for multiplier calculation.
17 </div>
19 <div style="font-size: 1.25rem">
20 This text should be similarly autosized to 20px.
21 </div>
22 </div>
23 </body>
24 </html>