summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-13 00:06:41 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-13 00:06:41 +0000
commit4552e7b07c9609c86425e20c03ebfa9f965470bd (patch)
tree552d31173c51c79d21e2fdd122dad86393317a66 /webkit/data
parent9e0f4887c14362cc2bae31fb6ddece30c0bead29 (diff)
downloadchromium_src-4552e7b07c9609c86425e20c03ebfa9f965470bd.zip
chromium_src-4552e7b07c9609c86425e20c03ebfa9f965470bd.tar.gz
chromium_src-4552e7b07c9609c86425e20c03ebfa9f965470bd.tar.bz2
Add good baselines for fast\forms\input-maxlength-ime-* tests.
TBR=hbono TEST=none BUG=29157 Review URL: http://codereview.chromium.org/545033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-maxlength-ime-completed-expected.txt9
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-maxlength-ime-preedit-expected.txt9
2 files changed, 18 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-maxlength-ime-completed-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-maxlength-ime-completed-expected.txt
new file mode 100644
index 0000000..81c1ea0
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-maxlength-ime-completed-expected.txt
@@ -0,0 +1,9 @@
+There was a bug that users could input text longer than maxlength via IME. This test confirms it was fixed.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getSelection().toString() is "ab"
+PASS successfullyParsed is true
+
+TEST COMPLETE
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-maxlength-ime-preedit-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-maxlength-ime-preedit-expected.txt
new file mode 100644
index 0000000..7cd4535
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-maxlength-ime-preedit-expected.txt
@@ -0,0 +1,9 @@
+This test checks users can input pre-edit text longer than maxlength.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getSelection().toString() is "abcd"
+PASS successfullyParsed is true
+
+TEST COMPLETE