no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 348597-1.html
blob42c084202f6964a13fbfddca9e213b5c8a32a4e0
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.remove();
15 document.documentElement.removeAttribute('class');
17 document.addEventListener("MozReftestInvalidate", doTest);
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>