layout/tables/crashtests/138725-1.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <html>
     2    <body>
     3       <table>
     4          <tr>
     5             <td>
     6                <span>
     7                   <span>
     8                      <head>
     9                         <title></title>
    10                      </head>
    11                      <table>
    12                         <tr>
    13                            <td>
    14                               <table align="left">
    15                                  <tr>
    16                                     <td>
    17                                        <form>
    18                                           <input type="submit" value="ApplyForThisPosition">
    19                                        </form>
    20                                     </td>
    21                                  </tr>
    22                               </table>
    23                            </td>
    24                         </tr>
    25                      </table>
    26                   </span>
    27                </span>
    28             </td>
    29          </tr>
    30       </table>
    31    </body>
    32 </html>

mercurial