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

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

Issue 2372493002: Workaround for setComposition styling clobber (Closed)
Patch Set: Fix a layout test Created 4 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: 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..4a97f348091ba8ea6834855fcb2001298065b881 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
@@ -7,9 +7,9 @@ PASS event.type is "compositionstart"
PASS event.data is ""
PASS event.type is "compositionupdate"
PASS event.data is "1"
yabinh 2016/09/26 10:10:32 Note that we call commitText() to update the compo
aelias_OOO_until_Jul13 2016/09/26 22:05:40 This side effect is undesired, so please use inser
yabinh 2016/09/27 04:30:22 Done.
-PASS event.type is "compositionupdate"
+PASS event.type is "textInput"
PASS event.data is "2"
-PASS event.type is "compositionupdate"
+PASS event.type is "textInput"
PASS event.data is "3"
PASS event.type is "compositionupdate"
PASS event.data is "4"
@@ -21,9 +21,9 @@ PASS event.type is "compositionstart"
PASS event.data is ""
PASS event.type is "compositionupdate"
PASS event.data is "5"
-PASS event.type is "compositionupdate"
+PASS event.type is "textInput"
PASS event.data is "6"
-PASS event.type is "compositionupdate"
+PASS event.type is "textInput"
PASS event.data is "7"
PASS event.type is "compositionupdate"
PASS event.data is ""

Powered by Google App Engine
This is Rietveld 408576698