| <!-- | |
| @SCRIPT: | |
| table.accessibilityColumnCount | |
| --> | |
| <!-- Keep this in alignment with content/test/data/accessibility/html/table-simple.html --> | |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <table border=1 id="table"> | |
| <tr id="row1"> | |
| <th>Pair</th> | |
| <th>Single</th> | |
| </tr> | |
| <tr id="row2"> | |
| <td>AB</td> | |
| <td>B</td> | |
| </tr> | |
| <tr id="row3"> | |
| <td>CD</td> | |
| <td>D</td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |