Index: LayoutTests/fast/events/ime-composition-events-001-expected.txt |
diff --git a/LayoutTests/fast/events/ime-composition-events-001-expected.txt b/LayoutTests/fast/events/ime-composition-events-001-expected.txt |
index 6d462b64bf0c190c5c30d7c0027f3f4b1db1ee44..e2d9c88817bcd9eb628aec7fa4bc48456bca83c7 100644 |
--- a/LayoutTests/fast/events/ime-composition-events-001-expected.txt |
+++ b/LayoutTests/fast/events/ime-composition-events-001-expected.txt |
@@ -1,26 +1,50 @@ |
-This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3. |
+This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3. To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines. |
-To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines. |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-SUCCESS: INPUT - compositionstart - "" |
-SUCCESS: INPUT - compositionupdate - "1" |
-SUCCESS: INPUT - compositionupdate - "2" |
-SUCCESS: INPUT - compositionupdate - "3" |
-SUCCESS: INPUT - compositionend - "4" |
-SUCCESS: INPUT - textInput - "4" |
-SUCCESS: INPUT - compositionstart - "" |
-SUCCESS: INPUT - compositionupdate - "5" |
-SUCCESS: INPUT - compositionupdate - "6" |
-SUCCESS: INPUT - compositionupdate - "7" |
-SUCCESS: INPUT - compositionend - "" |
-SUCCESS: INPUT - textInput - "8" |
-SUCCESS: INPUT - compositionstart - "" |
-SUCCESS: INPUT - compositionupdate - "9" |
-SUCCESS: INPUT - compositionend - "9" |
-SUCCESS: INPUT - textInput - "9" |
-SUCCESS: INPUT - compositionstart - "have" |
-SUCCESS: INPUT - compositionupdate - "lost" |
-SUCCESS: INPUT - compositionend - "made" |
-SUCCESS: INPUT - textInput - "made" |
-SUCCESS: I made a pen |
+PASS event.type is "compositionstart" |
+PASS event.data is '' |
+PASS event.type is "compositionupdate" |
+PASS event.data is '1' |
+PASS event.type is "compositionupdate" |
+PASS event.data is '2' |
+PASS event.type is "compositionupdate" |
+PASS event.data is '3' |
+PASS event.type is "compositionend" |
+PASS event.data is '4' |
+PASS event.type is "textInput" |
+PASS event.data is '4' |
+PASS event.type is "compositionstart" |
+PASS event.data is '' |
+PASS event.type is "compositionupdate" |
+PASS event.data is '5' |
+PASS event.type is "compositionupdate" |
+PASS event.data is '6' |
+PASS event.type is "compositionupdate" |
+PASS event.data is '7' |
+PASS event.type is "compositionend" |
+PASS event.data is '' |
+PASS event.type is "textInput" |
+PASS event.data is '8' |
+PASS event.type is "compositionstart" |
+PASS event.data is '' |
+PASS event.type is "compositionupdate" |
+PASS event.data is '9' |
+PASS event.type is "compositionend" |
+PASS event.data is '9' |
+PASS event.type is "textInput" |
+PASS event.data is '9' |
+PASS event.type is "compositionstart" |
+PASS event.data is 'have' |
+PASS event.type is "compositionupdate" |
+PASS event.data is 'lost' |
+PASS event.type is "compositionend" |
+PASS event.data is 'made' |
+PASS event.type is "textInput" |
+PASS event.data is 'made' |
+PASS test.value is "I made a pen" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |