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:
      
        - 
          Each letter in the word "ROTATE" is rotated 10
          degrees more than the previous letter, with the first letter being
          rotated at 0 degrees.
        
- 
          Each letter in the word "Multi XY" (including the white space) is
          shifted in the x and y by 20 pixels more (in user space) than the
          previous letter, with the first letter beginning at coordinate
          240, 60.
        
- 
          Each letter in the word "Both Together" (including the space) is
          rotated and shifted. Each of the rotated letters is rotated -10
          degrees more than the previous letter, with the first letter being
          rotated a 0 degrees. Each of the shifted letters is shifted by 20
          pixels more than the previous letter in the x direction and -10 pixels
          more than the previous letter in the y direction, with the first
          letter beginning at the coordinate 10, 300.
        
 
  
    Test Description
  
  
          Tests multiple x, y, rotate, with various combinations. Since an
          array of values is given, each glyph must use the value from the
          corresponding character in the list.