summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/autofocus/textarea-ref.html
blob: b79bd7abe8b731cb414b92543cdde2fcdec512f2 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html class="reftest-wait">
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementsByTagName('textarea')[1].focus();">
    <textarea></textarea><textarea onfocus="document.documentElement.removeAttribute('class');"></textarea><textarea></textarea>
  </body>
</html>