1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/290129-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<html> 1.5 +<head> 1.6 +<style> 1.7 + th, td { background: #ddd; } 1.8 + table { border-collapse: collapse; } 1.9 +</style> 1.10 +</head> 1.11 +<body> 1.12 + 1.13 + <table border="1"> 1.14 + <tr><th>x</th><th colspan="2" class="a1 a2">A</th></tr> 1.15 + <tr><th>x</th><td class="a1">a1</td><td class="a2">a2</td></tr> 1.16 + </table> 1.17 + 1.18 +</body> 1.19 +</html> 1.20 \ No newline at end of file