1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/325292-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1.5 +<html class="reftest-print"> 1.6 +<style> 1.7 +#second {border-bottom:green 5px solid} 1.8 +col {width:100px} 1.9 +</style> 1.10 +<body> 1.11 +<title>visibility collapse + columns + pagination</title> 1.12 + 1.13 +<table cellspacing="0" style="page-break-after:always" id="first"> 1.14 +<col><col style="visibility:collapse"><col> 1.15 +<tr><td>cell1</td><td>Dont'show</td><td>cell2</td></tr></table> 1.16 +<table cellspacing="0" id="second"> 1.17 +<col><col style="visibility:collapse"><col> 1.18 +<tr><td>cell3</td><td>Dont'show</td><td>cell4</td></tr> 1.19 +</table> 1.20 +</body> 1.21 +</html>