Title: [105609] trunk/LayoutTests
Revision
105609
Author
[email protected]
Date
2012-01-23 03:51:20 -0800 (Mon, 23 Jan 2012)

Log Message

WebKit fails IETC composition event types
https://bugs.webkit.org/show_bug.cgi?id=76690

Unreviewed gardening after r105605.

* fast/events/ime-composition-events-001-expected.txt: Updated.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (105608 => 105609)


--- trunk/LayoutTests/ChangeLog	2012-01-23 11:46:04 UTC (rev 105608)
+++ trunk/LayoutTests/ChangeLog	2012-01-23 11:51:20 UTC (rev 105609)
@@ -1,3 +1,12 @@
+2012-01-23  Csaba Osztrogonác  <[email protected]>
+
+        WebKit fails IETC composition event types
+        https://bugs.webkit.org/show_bug.cgi?id=76690
+
+        Unreviewed gardening after r105605.
+
+        * fast/events/ime-composition-events-001-expected.txt: Updated.
+
 2012-01-19  Kenichi Ishibashi  <[email protected]>
 
         WebKit fails IETC composition event types

Modified: trunk/LayoutTests/fast/events/ime-composition-events-001-expected.txt (105608 => 105609)


--- trunk/LayoutTests/fast/events/ime-composition-events-001-expected.txt	2012-01-23 11:46:04 UTC (rev 105608)
+++ trunk/LayoutTests/fast/events/ime-composition-events-001-expected.txt	2012-01-23 11:51:20 UTC (rev 105609)
@@ -4,15 +4,18 @@
 
 
 SUCCESS: INPUT - compositionstart - "1"
+SUCCESS: INPUT - compositionupdate - "1"
 SUCCESS: INPUT - compositionupdate - "2"
 SUCCESS: INPUT - compositionupdate - "3"
 SUCCESS: INPUT - compositionend - "4"
 SUCCESS: INPUT - textInput - "4"
 SUCCESS: INPUT - compositionstart - "5"
+SUCCESS: INPUT - compositionupdate - "5"
 SUCCESS: INPUT - compositionupdate - "6"
 SUCCESS: INPUT - compositionupdate - "7"
 SUCCESS: INPUT - compositionend - ""
 SUCCESS: INPUT - textInput - "8"
 SUCCESS: INPUT - compositionstart - "9"
+SUCCESS: INPUT - compositionupdate - "9"
 SUCCESS: INPUT - compositionend - "9"
 SUCCESS: INPUT - textInput - "9"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to