https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 74e86a41a9eddc887be949e29ad926f0f118c2c5 authored by B2G Bumper Bot on 21 September 2015, 12:31:33 UTC
Bumping manifests a=b2g-bump
Tip revision: 74e86a4
bug1082486-1.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
     <style>
     /* Eliminate the blue glow when focusing the element. */
     input {
       background: none;
       border: none;
       outline: none;
     }
     </style>
  </head>
  <body onload="document.getElementById('i').focus();">
    <a target="_blank" href="https://bugzil.la/1082486">Mozilla Bug 1082486</a>

    <!-- The caret will not be seen when the input is focused. -->
    <input id='i' value="abcdefghd" style="text-indent: -10px">
  </body>
</html>
back to top