Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / fasttextautosizing / fast / text-autosizing / list-marker-with-images-and-forms-autosizing-expected.html
1 <!DOCTYPE html>
2 <html style="font-size: 16px">
3 <head>
4
5 <meta name="viewport" content="width=800">
6 <style>
7   body {
8     width: 800px;
9     margin: 0;
10     overflow-y: hidden;
11     overflow-x: hidden;
12   }
13 </style>
14
15 </head>
16 <body>
17
18 <div style="font-size: 2.5rem">
19 The below list item markers should be autosized by a factor of 2.5 (800/320). The whole list is shifted to the right by 8px (14 (autosized marker width) * (1 - 1/2.5) rounded) to compensate the scaling of list item markers and make sure they don't get chopped off.
20 </div>
21 <ul>
22 <li style="font-size: 2.5rem">Simple plain list item</li>
23 <li style="font-size: 2.5rem"></li>
24 <li style="font-size: 2.5rem"><img></img></li>
25 <li style="font-size: 2.5rem"><form><input type="text"></input></form></li>
26 </ul>
27
28 </body>
29 </html>