CSS2 Table Backgrounds Test Suite
Part C: Background Layers
    empty-cells: hide
    Both tables should look identical to the ones in empty-cells: show except that there should be a blue blank where table cell C should be.
    
       - next
          
- Background with Borders: Background on 'table'
       
- previous
          
- Background Layers: empty-cells: show
       
- contents
          
- Table of Contents
    
    With 'border-collapse: separate'
    
      
      
      
    
    
      
    
    
      
        | TH A | TH B |  | TH D | 
    
    
      
        | TD M | TD O | TD P | 
    
      
        | TD E | TD F | TD G | TD H | 
      
        | TD J | TD K | TD L | 
    
    
    
    With 'border-collapse: collapse'
    
      
      
      
    
    
      
    
    
      
        | TH A | TH B |  | TH D | 
    
    
      
        | TD M | TD O | TD P | 
    
      
        | TD E | TD F | TD G | TD H | 
      
        | TD J | TD K | TD L | 
    
    
  CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasai@escape.com>