layout/reftests/bugs/348597-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/348597-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 +<html><head>
     1.6 +
     1.7 +  <style type="text/css">
     1.8 +	table.suchergebnis, table.suchergebnis tr, table.suchergebnis tdx, table.suchergebnis th {
     1.9 +			border: 1px solid #ccc;
    1.10 +			border-collapse: collapse;
    1.11 +			text-align: center; 
    1.12 +	}     	
    1.13 +  </style>
    1.14 +   
    1.15 +  <title>PomPIS Liste</title>
    1.16 +</head>
    1.17 +<body>
    1.18 +
    1.19 +  <table class="suchergebnis" border="1" style="width: 100%">
    1.20 +	  <tr><td>Frage</td></tr>
    1.21 +	  <tr style="border-bottom: 10px solid green;">
    1.22 +	    <td>Verhalten</td>
    1.23 +	  </tr>	
    1.24 +  </table>    
    1.25 +</body>
    1.26 +</html>
    1.27 \ No newline at end of file

mercurial