style.css 234 B

12345678
  1. :focus { background-color: green; }
  2. /**
  3. * autofocus is considered like a keyboard focus and .focus() isn't.
  4. * We might change that with bug 620056 but for these tests, we don't really care.
  5. */
  6. ::-moz-focus-inner { border: none; }