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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt

Issue 2664603002: Remove replaceComposition() calls in finishComposingText. (Closed)
Patch Set: Rebase Created 3 years, 10 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: third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt b/third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt
index c10a5644521b8c67406e4c544fcce5939022e46b..7a20a6d1ae57c5543d2715b73a1119f89b01a424 100644
--- a/third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt
@@ -37,10 +37,6 @@ PASS event.type is "compositionstart"
PASS event.data is ""
PASS event.type is "compositionupdate"
PASS event.data is "9"
-PASS event.type is "compositionupdate"
-PASS event.data is "9"
-PASS event.type is "textInput"
-PASS event.data is "9"
PASS event.type is "compositionend"
PASS event.data is "9"
PASS event.type is "compositionstart"

Powered by Google App Engine
This is Rietveld 408576698