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

Unified Diff: LayoutTests/fast/ime/inputmethodcontext-confirmcomposition-expected.txt

Issue 1162853002: Remove IME API from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove interface in WebWidgets.h Created 5 years, 7 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/fast/ime/inputmethodcontext-confirmcomposition-expected.txt
diff --git a/LayoutTests/fast/ime/inputmethodcontext-confirmcomposition-expected.txt b/LayoutTests/fast/ime/inputmethodcontext-confirmcomposition-expected.txt
deleted file mode 100644
index bb4d84e18944b19ecf1e77bdbc2e7379380ba4a9..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/ime/inputmethodcontext-confirmcomposition-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-This tests confirmComposition() of InputMethodContext.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS context instanceof InputMethodContext is true
-Check if composition text 'abcd' is committed properly.
-PASS compositionstart fired
-PASS compositionend fired
-PASS event.type is "compositionend"
-PASS event.data is "abcd"
-PASS textInput fired
-PASS event.type is "textInput"
-PASS event.data is "abcd"
-PASS test.value is "abcd"
-Check if no compositionend event will occur when composition is empty.
-PASS test.value is "abcd"
-Check if composition text 'efgh' is committed properly, and appended to the input field's value.
-PASS compositionstart fired
-PASS compositionend fired
-PASS event.type is "compositionend"
-PASS event.data is "efgh"
-PASS textInput fired
-PASS event.type is "textInput"
-PASS event.data is "efgh"
-PASS test.value is "abcdefgh"
-Check if confirmComposition on non-focused element doesn't affect the focused editor.
-PASS compositionstart fired
-PASS compositionend fired
-PASS event.type is "compositionend"
-PASS event.data is ""
-PASS test.value is "abcdefgh"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698