SUIT CSS: base styles tests
  h1-h6
  have no margin
  
    
Heading 1
    Heading 2
    Heading 3
    Heading 4
    Heading 5
    Heading 6
  
  figure, p, pre, and blockquote
  have no margin
  
    Figure
    Paragraph
    Preformatted text
    Blockquote content
   
  dl and dd
  have no margin
  
    
      - Description name
- Description value
- 
        
          - > Description name
- > Description value
- > Description name
- > Description value
 
- Description name
- Description value
 
  ul
  has no margin or list style
  
    
      - ul item 1
- ul item 2
- 
        
          - > ul item 1
- > ul item 2
- > ul item 3
 
- ul item 3
- ul item 4
 
  ol
  has no margin, padding, or list style
  
    
      - ol item 1
- ol item 2
- 
        
          - > ol item 1
- > ol item 2
- > ol item 3
 
- ol item 3
- ol item 4
 
  button
  has no background, border, or padding
  
    
  
  has focus styles (in Firefox and IE)
  
    
  
  fieldset
  has no border, margin, or padding
  
    
  
  iframe
  has no border, margin, or padding
  
    
  
  [tabindex="-1"]:focus
  has no focus outline (try clicking to trigger focus)
  
  border-box
  padding should not add to the element width (elements should be centred)