[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git] / content / test / data / accessibility / html / colgroup.html
blobcebe7728aa143d01c27cfe9e01f7e8e037b5100e
1 <!DOCTYPE html>
2 <html>
3 <body>
5 <table border=1>
6 <colgroup>
7 <col span="1" style="background-color:red">
8 <col style="background-color:yellow">
9 </colgroup>
10 <tr>
11 <th>Single</th>
12 <th>Pair</th>
13 </tr>
14 <tr>
15 <td>A</td>
16 <td>AA</td>
17 </tr>
18 </table>
20 </body>
21 </html>