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