[Webkit-unassigned] [Bug 59391] New: [GTK] implement TextBoundaries findNextWordFromIndex()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 16:29:02 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59391

           Summary: [GTK] implement TextBoundaries findNextWordFromIndex()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


Since r84750 editing/text-iterator/findString.html started failing on GTK:

--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/editing/text-iterator/findString-expected.txt    2011-04-25 14:49:39.097866789 -0700
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/editing/text-iterator/findString-actual.txt    2011-04-25 14:49:39.097866789 -0700
@@ -49,7 +49,7 @@
 PASS: Got no match as expected.

 Searching for ‘org’ in ‘webkit.org’ with options [AtWordStarts]:
-PASS: Got a match at 7,10 as expected.
+FAIL: Expected 7,10 but got no match.
 PASS: Got no match as expected.

 Searching for ‘.org’ in ‘webkit.org’ with options [AtWordStarts]:
@@ -104,14 +104,14 @@
 PASS: Got no match as expected.

 Searching for ‘動戦士’ in ‘起動戦士’ with options [AtWordStarts]:
-PASS: Got no match as expected.
+FAIL: Expected a match at  but got a match at 1,4 instead.

 Searching for ‘戦士’ in ‘起動戦士’ with options [AtWordStarts]:
 PASS: Got a match at 2,4 as expected.
 PASS: Got no match as expected.

 Searching for ‘士’ in ‘起動戦士’ with options [AtWordStarts]:
-PASS: Got no match as expected.
+FAIL: Expected a match at  but got a match at 3,4 instead.

 Searching for ‘a’ in long string with options [AtWordStarts]:
 PASS: Got a match at 6146,6147 as expected.

I think we now need to implement findNextWordFromIndex() like on Mac.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list