Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Unified Diff: LayoutTests/fast/events/ime-composition-events-001-expected.txt

Issue 18185002: Use js-test-{pre,post}.js for ime-composition-events LayoutTest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix quotation fix leaks;( Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/events/ime-composition-events-001.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c68380ff4fd12c7a9c84bcde5c03c4de512971ba 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 'FAIL' 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
+
« no previous file with comments | « LayoutTests/fast/events/ime-composition-events-001.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698