chromium/third_party/blink/web_tests/tables/mozilla_expected_failures/collapsing_borders/bug41262-5.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0063)http://bugzilla.mozilla.org/attachment.cgi?id=70106&action=view -->
<HTML><HEAD><TITLE>rules Property</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE id=oID_1 rules=cols>
  <THEAD>
  <TR>
    <TD>EST</TD>
    <TD>1am</TD>
    <TD>8pm</TD></TR></THEAD>
  <TBODY>
  <TR>
    <TD>CST</TD>
    <TD>2am</TD>
    <TD>9pm</TD></TR>
  <TR>
    <TD>MST</TD>
    <TD>3am</TD>
    <TD>10pm</TD></TR></TBODY>
  <TFOOT>
  <TR>
    <TD>PST</TD>
    <TD>4am</TD>
    <TD>11pm</TD></TR></TFOOT></TABLE>
<P><BUTTON 
onclick="document.getElementById('oID_1').setAttribute('style', 'rules:')">No 
borders</BUTTON><BUTTON 
onclick="document.getElementById('oID_1').setAttribute('style', 'rules:none')">Exterior 
border</BUTTON><BUTTON 
onclick="document.getElementById('oID_1').setAttribute('style','rules:all')">All 
borders</BUTTON><BR><BUTTON 
onclick="document.getElementById('oID_1').setAttribute('style', 'rules:cols')">Column 
borders</BUTTON><BUTTON 
onclick="document.getElementById('oID_1').setAttribute('style', 'rules:groups')">Groups 
borders</BUTTON><BUTTON 
onclick="document.getElementById('oID_1').setAttribute('style', 'rules:rows')">Table 
row borders</BUTTON> </P></CENTER></BODY></HTML>