chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug40828.html

<HTML>
<HEAD>
<TITLE>from bug 51037...</TITLE>

<script>

function showp()
{
        document.getElementById("popup").style.visibility="visible"; 

        /* if bug 34240's fixed kills this testcase, try adding the following:
         * document.getElementById("popup").style.backgroundColor = "lightgreen";
         */
}

</script>

</HEAD>
<BODY onload="showp()">
The cell padding should not disappear
<table style="position:absolute;left:120px;top:120px;" id="popup" border="1" cellpadding="10">
<tr>
        <td>S&eacute;lection</td>
</tr>
<tr>
        <td>Suppression</td>
</tr>
</table>

</BODY>
</HTML>