Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / header-links-autosizing-different-fontsize-expected.html
blobbaaf87123b091cc2d2ecfc154dd5b786530c5fbf
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 style="font-size: 2.5rem">
18 <a href="">These</a>
19 &gt;
20 <a href="" style="font-size: 44px">Links</a>
21 &gt;
22 <a href="">Should</a>
23 &gt;
24 <a href="">Be</a>
25 &gt;
26 <a href="">Autosized</a>
27 </div>
28 <div style="font-size: 2.5rem">
29 This paragraph should be autosized to 40px computed font-size (16 * 800/320),
30 and the inline links above should not be detected as a row of links because the
31 links have different font sizes, and hence they should be rendered at their default size.
32 </div>
33 </body>
34 </html>