layout/reftests/bugs/712849-1-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>
     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