layout/reftests/bugs/320979-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
     2 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
     3 <title>Bug 320979</title>
     4 <style type="text/css">
     5 table {border-color: red}
     6 td {background: green; color: white}
     7 </style>
     8 <p>There should be no red.
     9 <TABLE rules=all border=0>
    10   <TBODY>
    11     <TR>
    12       <td>test
    13       <td>test
    14     </TR>
    15     <TR>
    16       <td>test
    17       <td>test
    18     </TR>
    19   </TBODY>
    20 </TABLE>

mercurial