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

Side by Side Diff: LayoutTests/platform/chromium/fast/text/chromium-mac-duplicate-ime-composition-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This page ensures that the composition text of an input method does not insert i nto the textarea when the composition text is updated but is not committed. The bug, reported in the issue 46868, should not occur here. When DRT tests this pag e, it will emulate changing composition text from "first" to "second". After tha t, the value of the textarea should be "second" and should not be "secondfirst".
2
3 For manual test, input text into the following textarea by using an input method . The composition text which is not committed should not be inserted into the te xtarea.
4
5
6 PASS expects = "second", actual = "second"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698