DOM Events

Test Description: The composition events occur in a set order relative to one another: 1. compositionstart, 2. compositionupdate (multiple events), 3. compositionend.

            

            Steps:
            1) Open Japanese Microsoft IME and select Hiragana input method
            2) Click at the above textbox and then type 'a' using keyboard
            3) Press the '{Enter}' key to complete the IME composition
            4) Click here to test again if not following the steps exactly
        

Test passes if the word "PASS" appears below and nothing is typed to the textbox after following the above steps.

Test result:
FAIL