layout/reftests/table-dom/insertCellsZeroColspan-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" 
     2 "http://www.w3.org/TR/REC-html40/strict.dtd">
     3 <HEAD>
     5 </HEAD>
     6 <BODY>
     7 <table bgcolor=orange border>
     8 <tr>
     9   <td>c11</td><td>c12</td><td>c13</td><td>c14</td>
    10 </tr>
    11  <tr>
    12   <td>c21</td><td colspan="0">X1</td>
    13  </tr>
    14 </table>
    15 </BODY></HTML>

mercurial