https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9cd189d5bac88e2699022804e15f6c5324015d65 authored by B2G Bumper Bot on 11 May 2015, 18:39:23 UTC
Bumping manifests a=b2g-bump
Tip revision: 9cd189d
input-focus-ref.html
<!DOCTYPE>
<html class="reftest-wait">
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementsByTagName('input')[0].focus();">
    <input class='invalid-ref' onfocus="document.documentElement.className='';">
  </body>
</html>
back to top