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