Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / form-controls-textfield-in-span-expected.html
blob5ea2c178a0543d398416d6116b2eab6a9202b836
1 <!DOCTYPE html>
2 <html style="font-size: 16px">
3 <head>
4 <meta name="viewport" content="width=800">
5 <style>
6 body {
7 width: 800px;
8 margin: 0;
9 overflow-y: hidden;
11 #i {
12 padding:6px 10px;
13 height:29px;
14 box-sizing:border-box;
16 </style>
17 </head>
18 <body style="font-size: 2.5rem">
19 This test passes if the input field is not autosized.
20 <br>
21 <span>
22 <input id="i" value="should not autosize" />
23 </span>
24 <br><br>
25 Lorem ipsum dolor sit amet, consectetur adipisicing elit,
26 sed do eiusmod tempor incididunt ut labore et dolore magna
27 aliqua. Ut enim ad minim veniam, quis nostrud exercitation
28 ullamco laboris nisi ut aliquip ex ea commodo consequat.
29 </body>
30 </html>