Raw File
490173-2.html
<!DOCTYPE html>
<html>
<body onload="document.getElementById('c1').style.display = '';">
  <table border="1">
    <colgroup>
      <col id="c1" width="200" style="display: block">
    </colgroup>
    <tr><td>Foo</tr></td>
  </table>
</body>
</html>
back to top