https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 39ff442a68b35e2412bd3f81a1fe0046dbad56a1 authored by ffxbld on 04 April 2012, 03:40:54 UTC
Added FENNEC_12_0b4_RELEASE FENNEC_12_0b4_BUILD1 tag(s) for changeset a8e7d1956aa3. DONTBUILD CLOSED TREE a=release
Tip revision: 39ff442
bug240933-1-ref.html
<!DOCTYPE HTML><html>
<body>
<textarea id="t" rows="4">

</textarea>
<script>
  var t = document.getElementById("t");
  t.selectionStart = t.selectionEnd = t.value.length;
  t.focus();
</script>
</body>
</html>
back to top