Title: [124844] trunk/LayoutTests
Revision
124844
Author
[email protected]
Date
2012-08-06 20:59:24 -0700 (Mon, 06 Aug 2012)

Log Message

LayoutTest: fast/forms/input-set-composition-scroll.html is failing on Windows.
https://bugs.webkit.org/show_bug.cgi?id=93320

Patch by Roger Fong <[email protected]> on 2012-08-06
Reviewed by Tim Horton.

fast/forms/input-set-composition-scroll.html is failing after r120145
because TestInputController::setComposition() method has not been implemented.
It was added to skip list on Mac, see https://bugs.webkit.org/show_bug.cgi?id=89845 but not on Windows.

* platform/win/Skipped:
Adding test to skip list.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124843 => 124844)


--- trunk/LayoutTests/ChangeLog	2012-08-07 03:43:57 UTC (rev 124843)
+++ trunk/LayoutTests/ChangeLog	2012-08-07 03:59:24 UTC (rev 124844)
@@ -1,3 +1,17 @@
+2012-08-06  Roger Fong  <[email protected]>
+
+        LayoutTest: fast/forms/input-set-composition-scroll.html is failing on Windows.
+        https://bugs.webkit.org/show_bug.cgi?id=93320
+
+        Reviewed by Tim Horton.
+
+        fast/forms/input-set-composition-scroll.html is failing after r120145
+        because TestInputController::setComposition() method has not been implemented.
+        It was added to skip list on Mac, see https://bugs.webkit.org/show_bug.cgi?id=89845 but not on Windows.
+
+        * platform/win/Skipped:
+        Adding test to skip list.        
+
 2012-08-06  Shinya Kawanaka  <[email protected]>
 
         Crash in GenericEventQueue::timerFired since the owner of GenericEventQueue is deleted during dispatching events.

Modified: trunk/LayoutTests/platform/win/Skipped (124843 => 124844)


--- trunk/LayoutTests/platform/win/Skipped	2012-08-07 03:43:57 UTC (rev 124843)
+++ trunk/LayoutTests/platform/win/Skipped	2012-08-07 03:59:24 UTC (rev 124844)
@@ -1962,3 +1962,6 @@
 
 # Test uses "required" form element property which currently does not work on Safari
 fast/forms/validation-message-user-modify.html
+
+# The textInputController.setComposition() implementation is missing
+fast/forms/input-set-composition-scroll.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to