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

Unified Diff: LayoutTests/fast/ime/html-inputmethodcontext-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/html-inputmethodcontext-expected.txt
diff --git a/LayoutTests/fast/ime/html-inputmethodcontext-expected.txt b/LayoutTests/fast/ime/html-inputmethodcontext-expected.txt
deleted file mode 100644
index 57a2d49f2941af3a73eec19a1af4bf3537c8b530..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/ime/html-inputmethodcontext-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-This tests inputMethodContext attribute which is an additional interface for HTMLElement.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS new InputMethodContext() threw exception TypeError: Illegal constructor.
-PASS [object InputMethodContext] is non-null.
-PASS typeof(html.inputMethodContext) is "object"
-PASS context instanceof InputMethodContext is true
-PASS context2 instanceof InputMethodContext is true
-PASS context === context2 is true
-PASS inputContext is not input2Context
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/ime/html-inputmethodcontext.html ('k') | LayoutTests/fast/ime/inputmethodcontext-confirmcomposition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698