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

Unified Diff: LayoutTests/fast/ime/html-getinputcontext-expected.txt

Issue 23526025: Add test for getting different InputMethodContext for different elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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-getinputcontext-expected.txt
diff --git a/LayoutTests/fast/ime/html-getinputcontext-expected.txt b/LayoutTests/fast/ime/html-getinputcontext-expected.txt
index 39134e547cf7738dc933a7b0e6aba21240e601ad..68a26ef7fe51b300e19919e2d5fc8d17605600fb 100644
--- a/LayoutTests/fast/ime/html-getinputcontext-expected.txt
+++ b/LayoutTests/fast/ime/html-getinputcontext-expected.txt
@@ -9,7 +9,8 @@ PASS typeof(html.inputMethodContext) is "object"
PASS context instanceof InputMethodContext is true
PASS context2 instanceof InputMethodContext is true
PASS context === context2 is true
+PASS input != input2 is true
PASS successfullyParsed is true
TEST COMPLETE
-
+

Powered by Google App Engine
This is Rietveld 408576698