DOM Events
        
            Test Description: TextEvent.inputMode is DOM_INPUT_METHOD_PASTE (0x02)
            when the text string was pasted in from a clipboard.
        
         
            Hello World
            
            
        
        
            Steps:
            
                -  Select and copy "Hello World" inside the green editbox
                
-  Paste it ("Hello World") to the textbox below the green editbox
            
Test passes if the word "PASS" appears below after following the above steps.
        Test result: 
        FAIL