[Webkit-unassigned] [Bug 51163] New: Settings::editingBehaviorType() incorrectly returns mac for the gtk build when running tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 15 21:04:45 PST 2010


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

           Summary: Settings::editingBehaviorType() incorrectly returns
                    mac for the gtk build when running tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kalman at chromium.org
                CC: rniwa at webkit.org


As in summary, Settings::editingBehaviorType() incorrectly returns mac (EditingMacBehavior) for gtk *when running tests*.  When running the gtk launcher (i.e. *not* in a test), it correctly returns unix (EditingUnixBehavior).

This is causing a confusing discrepancy in reported test results versus actual behavior, in at least editing/selection/extend-selection-home-end.html.  Note how the mac and gtk results are the same, when actually the gtk results should the same as the win ones (and this is caused by the check in SelectionController::positionForPlatform).

-- 
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