https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 62e566d3efcd8db7b08fc40e7543c70b7d5acd2b authored by Mike Hommey on 02 December 2013, 21:34:21 UTC
Bug 944454 - Wrap non-prefixed freetype headers from newer freetype versions. r=ted,a=lsblakk,DONTBUILD
Tip revision: 62e566d
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