Title: [130788] trunk/LayoutTests
Revision
130788
Author
commit-qu...@webkit.org
Date
2012-10-09 12:14:28 -0700 (Tue, 09 Oct 2012)

Log Message

Need implement isWordTextBreak for QT, and WinCE for visual word movement functionality
https://bugs.webkit.org/show_bug.cgi?id=81136

Patch by Tullio Lucena <tullio.luc...@openbossa.org> on 2012-10-09
Reviewed by Caio Marcelo de Oliveira Filho.

Uskipping tests that are passing after the merge https://gitorious.org/qtwebkit/testfonts/merge_requests/1

* platform/qt/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (130787 => 130788)


--- trunk/LayoutTests/ChangeLog	2012-10-09 19:08:20 UTC (rev 130787)
+++ trunk/LayoutTests/ChangeLog	2012-10-09 19:14:28 UTC (rev 130788)
@@ -1,5 +1,16 @@
 2012-10-09  Tullio Lucena  <tullio.luc...@openbossa.org>
 
+        Need implement isWordTextBreak for QT, and WinCE for visual word movement functionality
+        https://bugs.webkit.org/show_bug.cgi?id=81136
+
+        Reviewed by Caio Marcelo de Oliveira Filho.
+
+        Uskipping tests that are passing after the merge https://gitorious.org/qtwebkit/testfonts/merge_requests/1
+
+        * platform/qt/TestExpectations:
+
+2012-10-09  Tullio Lucena  <tullio.luc...@openbossa.org>
+
         RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
         https://bugs.webkit.org/show_bug.cgi?id=51517
 

Modified: trunk/LayoutTests/platform/qt/TestExpectations (130787 => 130788)


--- trunk/LayoutTests/platform/qt/TestExpectations	2012-10-09 19:08:20 UTC (rev 130787)
+++ trunk/LayoutTests/platform/qt/TestExpectations	2012-10-09 19:14:28 UTC (rev 130788)
@@ -2430,10 +2430,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=71266
 fast/ruby/text-decoration-in-descendants-ruby.html
 
-# Failing since isWordTextBreak is not implemented. https://bugs.webkit.org/show_bug.cgi?id=81136
-editing/selection/move-by-word-visually-multi-line.html
-editing/selection/move-by-word-visually-mac.html
-
 # https://bugs.webkit.org/show_bug.cgi?id=82628
 svg/hittest/svg-ellipse-non-scale-stroke.xhtml
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to