| <!-- | |
| @MAC-ALLOW:AXIndex=* | |
| @MAC-ALLOW:AXColumnIndexRange=* | |
| @MAC-ALLOW:AXRowIndexRange=* | |
| --> | |
| <!-- Keep this in alignment with content/test/data/accessibility/mac/methods/accessibility-index-table.html --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Table example</title> | |
| </head> | |
| <body> | |
| <table border=1> | |
| <tr> | |
| <th>Pair</th> | |
| <th>Single</th> | |
| </tr> | |
| <tr> | |
| <td>AB</td> | |
| <td>B</td> | |
| </tr> | |
| <tr> | |
| <td>CD</td> | |
| <td>D</td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |