Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / header-li-links-autosizing-expected.html
bloba2494be2808b6ff1bd0ada6ce4b56f94d38d064f
1 <!DOCTYPE html>
2 <html style="font-size: 16px">
3 <head>
5 <meta name="viewport" content="width=800">
6 <style>
7 body {
8 width: 800px;
9 margin: 0;
10 overflow-y: hidden;
12 </style>
14 </head>
15 <body>
17 <ul>
18 <li style="display:inline">
19 <a href="">These</a>
20 </li>
21 <li style="display:inline">
22 <a href="">Links</a>
23 </li>
24 <li style="display:inline">
25 <a href="">Should</a>
26 </li>
27 <li style="display:inline">
28 <a href="">Not be</a>
29 </li>
30 <li style="display:inline">
31 <a href="">Autosized</a>
32 </li>
33 </ul>
34 <div style="font-size: 2.5rem">
35 This paragraph should be autosized to 40px computed font-size (16 * 800/320),
36 whereas the inline links in the header above should be detected as a row of links
37 and hence rendered at their default size.
38 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
39 incididunt ut labore et dolore magna aliqua.
40 </div>
41 </body>
42 </html>