Title: [121171] trunk/LayoutTests
Revision
121171
Author
[email protected]
Date
2012-06-25 11:05:13 -0700 (Mon, 25 Jun 2012)

Log Message

Missing implementation of textInputController.setComposition() causes bot redness
https://bugs.webkit.org/show_bug.cgi?id=89845

* platform/mac/Skipped: Skip fast/forms/input-set-composition-scroll.html

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (121170 => 121171)


--- trunk/LayoutTests/ChangeLog	2012-06-25 18:01:42 UTC (rev 121170)
+++ trunk/LayoutTests/ChangeLog	2012-06-25 18:05:13 UTC (rev 121171)
@@ -1,3 +1,10 @@
+2012-06-25  Jon Lee  <[email protected]>
+
+        Missing implementation of textInputController.setComposition() causes bot redness
+        https://bugs.webkit.org/show_bug.cgi?id=89845
+
+        * platform/mac/Skipped: Skip fast/forms/input-set-composition-scroll.html
+
 2012-06-25  Adam Barth  <[email protected]>
 
         ASSERT(m_wheelEventHandlerCount > 0) can fire

Modified: trunk/LayoutTests/platform/mac/Skipped (121170 => 121171)


--- trunk/LayoutTests/platform/mac/Skipped	2012-06-25 18:01:42 UTC (rev 121170)
+++ trunk/LayoutTests/platform/mac/Skipped	2012-06-25 18:05:13 UTC (rev 121171)
@@ -902,3 +902,6 @@
 
 # https://bugs.webkit.org/show_bug.cgi?id=89680
 fast/canvas/canvas-imageSmoothingEnabled-repaint.html
+
+# https://bugs.webkit.org/show_bug.cgi?id=89845
+fast/forms/input-set-composition-scroll.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to