summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-12 22:00:43 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-12 22:00:43 +0000
commit995cffaa0bc877a57eec0841729a07923914e351 (patch)
tree28a15beea8d023df0838ffcb20e00014134b0b4f
parent581b0ad8e68976f469b2140160bbfdfe0151584b (diff)
downloadchromium_src-995cffaa0bc877a57eec0841729a07923914e351.zip
chromium_src-995cffaa0bc877a57eec0841729a07923914e351.tar.gz
chromium_src-995cffaa0bc877a57eec0841729a07923914e351.tar.bz2
Add baselines for fast\events\ime-composition-events-001.html.
TBR=hbono TEST=none BUG=27679 Review URL: http://codereview.chromium.org/543028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36051 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/events/ime-composition-events-001-expected.txt28
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/ime-composition-events-001-expected.txt28
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt2
3 files changed, 56 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/events/ime-composition-events-001-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/events/ime-composition-events-001-expected.txt
new file mode 100644
index 0000000..e0184cd
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/events/ime-composition-events-001-expected.txt
@@ -0,0 +1,28 @@
+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.
+
+
+SUCCESS: INPUT - compositionend - "1"
+SUCCESS: INPUT - textInput - "1"
+SUCCESS: INPUT - compositionstart - "1"
+SUCCESS: INPUT - compositionend - "2"
+SUCCESS: INPUT - textInput - "2"
+SUCCESS: INPUT - compositionstart - "2"
+SUCCESS: INPUT - compositionend - "3"
+SUCCESS: INPUT - textInput - "3"
+SUCCESS: INPUT - compositionstart - "3"
+SUCCESS: INPUT - compositionend - "3"
+SUCCESS: INPUT - textInput - "3"
+SUCCESS: INPUT - textInput - "4"
+SUCCESS: INPUT - compositionend - "5"
+SUCCESS: INPUT - textInput - "5"
+SUCCESS: INPUT - compositionstart - "5"
+SUCCESS: INPUT - compositionend - "6"
+SUCCESS: INPUT - textInput - "6"
+SUCCESS: INPUT - compositionstart - "6"
+SUCCESS: INPUT - compositionend - "7"
+SUCCESS: INPUT - textInput - "7"
+SUCCESS: INPUT - compositionstart - "7"
+SUCCESS: INPUT - compositionend - ""
+SUCCESS: INPUT - textInput - ""
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/ime-composition-events-001-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/ime-composition-events-001-expected.txt
new file mode 100644
index 0000000..e0184cd
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/ime-composition-events-001-expected.txt
@@ -0,0 +1,28 @@
+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.
+
+
+SUCCESS: INPUT - compositionend - "1"
+SUCCESS: INPUT - textInput - "1"
+SUCCESS: INPUT - compositionstart - "1"
+SUCCESS: INPUT - compositionend - "2"
+SUCCESS: INPUT - textInput - "2"
+SUCCESS: INPUT - compositionstart - "2"
+SUCCESS: INPUT - compositionend - "3"
+SUCCESS: INPUT - textInput - "3"
+SUCCESS: INPUT - compositionstart - "3"
+SUCCESS: INPUT - compositionend - "3"
+SUCCESS: INPUT - textInput - "3"
+SUCCESS: INPUT - textInput - "4"
+SUCCESS: INPUT - compositionend - "5"
+SUCCESS: INPUT - textInput - "5"
+SUCCESS: INPUT - compositionstart - "5"
+SUCCESS: INPUT - compositionend - "6"
+SUCCESS: INPUT - textInput - "6"
+SUCCESS: INPUT - compositionstart - "6"
+SUCCESS: INPUT - compositionend - "7"
+SUCCESS: INPUT - textInput - "7"
+SUCCESS: INPUT - compositionstart - "7"
+SUCCESS: INPUT - compositionend - ""
+SUCCESS: INPUT - textInput - ""
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index 5ac03c6..570e66b 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -2725,8 +2725,6 @@ BUG27555 : LayoutTests/media/media-fullscreen-not-in-document.html = TIMEOUT
BUG22700 WIN LINUX : LayoutTests/fast/canvas/canvas-shadow.html = TEXT
-// hbono's new test.
-BUG27679 WIN LINUX MAC : LayoutTests/fast/events/ime-composition-events-001.html = TEXT
// Failures from merge 50972:51042
// The test requires DRT/Test Shell to support error page handling.