layout/reftests/bugs/348597-1.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 class="reftest-wait"><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>
    11    <script>
    12    function doTest() {
    13       var s1 = document.getElementById("screen");
    14       s1.parentNode.removeChild(s1); 
    15       document.documentElement.removeAttribute('class');
    16    }
    17    document.addEventListener("MozReftestInvalidate", doTest, false);
    18     </script>
    19   <title>PomPIS Liste</title>
    20 </head>
    21 <body>
    22 <div id="screen" style="position: fixed; left:50px; top: 20px; height:8px; width: 200px; background-color:white; border:1px solid green;"></div>
    23   <table class="suchergebnis" border="1" style="width: 100%">
    24 	  <tr><td>Frage</td></tr>
    25 	  <tr style="border-bottom: 10px solid green;">
    26 	    <td>Verhalten</td>
    27 	  </tr>	
    28   </table>    
    29 </body>
    30 </html>

mercurial