layout/reftests/css-ui-invalid/default-style/textarea-focus-ref.html

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 <!DOCTYPE>
     2 <html class="reftest-wait">
     3   <link rel='stylesheet' type='text/css' href='style.css'>
     4   <body onload="document.getElementsByTagName('textarea')[0].focus();">
     5     <textarea class='invalid-ref' onfocus="document.documentElement.className='';"></textarea>
     6   </body>
     7 </html>

mercurial