Visibility collapse
    Spec
    
    Setting a column to visibility:collapse changes table width but not height.
    
    
      
        
            
                row 1
            
            
                
            
        
        
            
                row 2
            
            
                
            
        
        
            
                row 3
            
            
                
            
        
      
    
    Second table is identical to first except right column has been collapsed.
    Visibility:collapse is applied on col, not colgroup.
    
      
        
            
        
      
        
            
                row 1
            
            
                
            
        
        
            
                row 2
            
            
                
            
        
        
            
                row 3