layout/reftests/bugs/712849-1-ref.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>
     2 <html><head>
     3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
     4    <title>testcase</title>
     5 <style>
     6 .tt {
     7    border-collapse: collapse;
     8 }
     9 .nix {
    10    display: none;
    11 }
    12 .ref {
    13    border: solid 3px darkred;
    14 }
    16 td {
    17    width: 20px;
    18    height: 20px;
    19 }
    21 </style>
    22 </head>
    23 <body>
    24   <table class="tt">
    25     <tr id="1"><td >&nbsp;</td></tr>
    26     <tr id="2" class="nix"><td >&nbsp;</td></tr>
    27     <tr id="3" class="ref"><td >&nbsp;</td></tr>
    28     <tr><td>&nbsp;</td></tr>
    29   </table>
    30 </body>
    31 </html>

mercurial