summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dynamic/001.html
blob: deecf49b6cb6d06c76ec18dcaee85255ad1b80db (plain)
1
2
3
4
5
6
7
8
9
10
<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>