layout/reftests/table-dom/appendCol1-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 <HEAD> 
     2 </HEAD>
     3 <BODY >
     4 <table bgcolor=orange border>
     5  <col>
     6  <col width=200>
     7  <tr>
     8   <td>c11</td><td>c12</td>
     9  </tr>
    10 </table>
    11 </BODY></HTML>

mercurial