Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.
  
 
    
      Operator Script
    
    
        Run the test. No interaction required.
      
   
  
    Pass Criteria
  
  
        The test is passed if:
      
        - The text "Normal Text" has a pink stroke with no opacity and a blue fill with no opacity.
- The text "Fill Opacity" has a pink stroke with no opacity and a blue fill with 50% opacity.
- The text "Stroke Opacity" has a pink stroke with 50% opacity and a blue fill with no opacity.
- The text "Opacity" has a pink stroke and a blue fill both with 50% opacity.
 
  
    Test Description
  
  
        The three opacity properties (fill-opacity,
        stroke-opacity, and opacity) of 'text' elements are
        covered in this test.