caret-change-paint-offset-keep-visual-expected.html 162 B

12345678
  1. <!DOCTYPE html>
  2. <div style="height: 2px"></div>
  3. &nbsp;&nbsp;<input id="input" style="outline: none">
  4. <script>
  5. onload = function() {
  6. input.focus();
  7. };
  8. </script>