Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / input-caret-on-subpixel-bound-expected.html
blob93a2148cb5948b7af18df97f501ae1a4529fdf69
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
6 font-size: 13px;
7 font-family: sans-serif;
9 table {
10 padding: 2px 3px 3px 2px;
12 input {
13 padding: 6px 6px 5px 5px;
15 </style>
16 </head>
17 <body>
18 <fieldset>
19 <table>
20 <tr>
21 <td>
22 <input type="text" value=""/>
23 </td>
24 </tr>
25 </table>
26 </fieldset>
27 <script>
28 var el = document.getElementsByTagName('input')[0];
29 el.focus();
30 </script>
31 </body>
32 </html>