layout/reftests/bugs/348597-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.01 Transitional//EN">
     2 <html><head>
     4   <style type="text/css">
     5 	table.suchergebnis, table.suchergebnis tr, table.suchergebnis tdx, table.suchergebnis th {
     6 			border: 1px solid #ccc;
     7 			border-collapse: collapse;
     8 			text-align: center; 
     9 	}     	
    10   </style>
    12   <title>PomPIS Liste</title>
    13 </head>
    14 <body>
    16   <table class="suchergebnis" border="1" style="width: 100%">
    17 	  <tr><td>Frage</td></tr>
    18 	  <tr style="border-bottom: 10px solid green;">
    19 	    <td>Verhalten</td>
    20 	  </tr>	
    21   </table>    
    22 </body>
    23 </html>

mercurial