layout/reftests/css-enabled/textarea/textarea-fieldset-legend-2.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 html>
     2 <html>
     3   <link rel='stylesheet' type='text/css' href='style.css'>
     4   <body>
     5     <fieldset class="disabled" disabled>
     6       <legend>
     7       </legend>
     8       <legend>
     9         <textarea class="disabled"></textarea>
    10       </legend>
    11     </fieldset>
    12   </body>
    13 </html>

mercurial