layout/reftests/bugs/348597-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
michael@0 2 <html class="reftest-wait"><head>
michael@0 3
michael@0 4 <style type="text/css">
michael@0 5 table.suchergebnis, table.suchergebnis tr, table.suchergebnis tdx, table.suchergebnis th {
michael@0 6 border: 1px solid #ccc;
michael@0 7 border-collapse: collapse;
michael@0 8 text-align: center;
michael@0 9 }
michael@0 10 </style>
michael@0 11 <script>
michael@0 12 function doTest() {
michael@0 13 var s1 = document.getElementById("screen");
michael@0 14 s1.parentNode.removeChild(s1);
michael@0 15 document.documentElement.removeAttribute('class');
michael@0 16 }
michael@0 17 document.addEventListener("MozReftestInvalidate", doTest, false);
michael@0 18 </script>
michael@0 19 <title>PomPIS Liste</title>
michael@0 20 </head>
michael@0 21 <body>
michael@0 22 <div id="screen" style="position: fixed; left:50px; top: 20px; height:8px; width: 200px; background-color:white; border:1px solid green;"></div>
michael@0 23 <table class="suchergebnis" border="1" style="width: 100%">
michael@0 24 <tr><td>Frage</td></tr>
michael@0 25 <tr style="border-bottom: 10px solid green;">
michael@0 26 <td>Verhalten</td>
michael@0 27 </tr>
michael@0 28 </table>
michael@0 29 </body>
michael@0 30 </html>

mercurial