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
  
  
        To pass this test, the UA must render all 6 cases (SourceGraphic, SourceAlpha, BackgroundImage, BackgroundAlpha, FillPaint, StrokePaint) correctly.
      
        - The result for in="SourceGraphic" is a non blurred vertical rectangle (green with dashed stroke) overlayed with three blurred circles (red/green/blue with dashed stroke).
 
        - The result for in="SourceAlpha" is a non blurred vertical rectangle (green with dashed stroke) overlayed with three blurred circles (dark gray with dashed stroke).
 
        - The result for in="BackgroundImage" is a blurred vertical rectangle (green with dashed stroke).
 
        - The result for in="BackgroundAlpha" is blurred vertical rectangle (dark gray with dashed stroke).
 
        - The results for in="FillPaint" and in="StrokePaint" are the same.  They consists of a non blurred vertical rectangle (green with dashed stroke) overlayed with a blue rectangle with blurred edges.
 
        - The size of the blue rectangles are bigger than the blurred circles.
 
      
   
  
    Test Description
  
  
The purpose of this file is to test the 'in' attribute on filter primitives.