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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/chromium/fast/text/chromium-mac-duplicate-ime-composition-expected.txt
diff --git a/LayoutTests/platform/chromium/fast/text/chromium-mac-duplicate-ime-composition-expected.txt b/LayoutTests/platform/chromium/fast/text/chromium-mac-duplicate-ime-composition-expected.txt
deleted file mode 100644
index 28b77100c48f953df9b9e7ab29f44eb95635d663..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/fast/text/chromium-mac-duplicate-ime-composition-expected.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-This page ensures that the composition text of an input method does not insert into 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 page, it will emulate changing composition text from "first" to "second". After that, the value of the textarea should be "second" and should not be "secondfirst".
-
-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 textarea.
-
-
-PASS expects = "second", actual = "second"

Powered by Google App Engine
This is Rietveld 408576698