summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/290129-1-ref.html
blob: 1ec0f01cf62a5a9c0c84441569e3c9a086d5fe38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<style>
 th, td { background: #ddd; }
 table { border-collapse: collapse; }
</style>
</head>
<body>
  
 <table border="1">
  <tr><th>x</th><th colspan="2" class="a1 a2">A</th></tr>
  <tr><th>x</th><td class="a1">a1</td><td class="a2">a2</td></tr>
 </table>

</body>
</html>