summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/border-remove-border-attribute.html
blob: bb0da3120597dee49683bba9e0143ddfa103c278 (plain)
1
2
3
4
5
6
7
8
9
10
<table border="1">
  <tbody>
    <tr>
      <td>PASS</td>
    </tr>
  </tbody>
</table>
<script>
  document.getElementsByTagName('table')[0].removeAttribute('border');
</script>