Raw File
bug646382-1-ref.html
<html class="reftest-wait">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body onload="start()">
    <textarea onfocus="done()" style="-moz-appearance: none">س</textarea>
    <script>
      var textarea = document.querySelector("textarea");
      function start() {
        textarea.focus();
      }
      function done() {
        textarea.selectionStart = textarea.selectionEnd = 1;
        document.documentElement.removeAttribute("class");
      }
    </script>
  </body>
</html>
back to top