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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/composition-event-source-device-event-sender-expected.txt

Issue 1998783002: [IME] Fire 'compositionend' after 'textInput' event and all other DOM updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DCHECK for empty text, fix ImeTest.java Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 Test that composition events should have a sourceCapabilities and its firesTouch Events should always be false. 1 Test that composition events should have a sourceCapabilities and its firesTouch Events should always be false.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 compositionstart 6 compositionstart
7 PASS event.sourceCapabilities is non-null. 7 PASS event.sourceCapabilities is non-null.
8 PASS event.sourceCapabilities.firesTouchEvents is false 8 PASS event.sourceCapabilities.firesTouchEvents is false
9 compositionupdate 9 compositionupdate
10 PASS event.sourceCapabilities is non-null. 10 PASS event.sourceCapabilities is non-null.
11 PASS event.sourceCapabilities.firesTouchEvents is false 11 PASS event.sourceCapabilities.firesTouchEvents is false
12 compositionupdate
13 PASS event.sourceCapabilities is non-null.
14 PASS event.sourceCapabilities.firesTouchEvents is false
12 compositionend 15 compositionend
13 PASS event.sourceCapabilities is non-null. 16 PASS event.sourceCapabilities is non-null.
14 PASS event.sourceCapabilities.firesTouchEvents is false 17 PASS event.sourceCapabilities.firesTouchEvents is false
15 PASS successfullyParsed is true 18 PASS successfullyParsed is true
16 19
17 TEST COMPLETE 20 TEST COMPLETE
18 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698