Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / header-links-autosizing-expected.html
blob37f570bbb2626699738838fca71fd82077ea5f34
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 <div>
18 <a href="">These</a>
19 &gt;
20 <a href="">Links</a>
21 &gt;
22 <a href="">Should</a>
23 &gt;
24 <a href="">Not be</a>
25 &gt;
26 <a href="">Autosized</a>
27 <div style="font-size: 2.5rem">
28 This paragraph should be autosized to 40px computed font-size (16 * 800/320),
29 whereas the inline links in the header above should be detected as a row of links
30 and hence rendered at their default size.
31 </div>
32 </div>
33 <div style="font-size: 2.5rem">
34 This paragraph should be autosized to 40px computed font-size (16 * 800/320).
35 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
36 incididunt ut labore et dolore magna aliqua.
37 </div>
38 </body>
39 </html>