Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug40828.html
blobb6e501af802686295f0e23bdc41512c6e7ea5be4
1 <HTML>
2 <HEAD>
3 <TITLE>from bug 51037...</TITLE>
5 <script>
7 function showp()
9 document.getElementById("popup").style.visibility="visible";
11 /* if bug 34240's fixed kills this testcase, try adding the following:
12 * document.getElementById("popup").style.backgroundColor = "lightgreen";
16 </script>
18 </HEAD>
19 <BODY onload="showp()">
20 The cell padding should not disappear
21 <table style="position:absolute;left:120px;top:120px;" id="popup" border="1" cellpadding="10">
22 <tr>
23 <td>S&eacute;lection</td>
24 </tr>
25 <tr>
26 <td>Suppression</td>
27 </tr>
28 </table>
30 </BODY>
31 </HTML>