haikuwebkit/LayoutTests/fast/dynamic/001.html

11 lines
224 B
HTML

<html>
<body>
<table id="tbl" cellspacing=0 border=0 style="background: red" cellpadding=10>
<tr><td width=100 bgcolor=green></td>
</table>
<script>
document.getElementById("tbl").removeAttribute("cellpadding");
</script>