Fixed Layout
    Checks whether fixed layout is implemented properly (width is not definite)
    
    This should be a 100px-wide blue square:
    Table-layout:fixed does not apply to width:auto tables
    
        
            
            
        
    
    
    This should be a 100px-wide blue square:
    Table-layout:fixed does not apply to width:max-content tables
    
        
            
            
        
    
    
    This should be a 100px-wide blue square:
    Table-layout:fixed does apply to width:min-content/fit-content tables