[Webkit-unassigned] [Bug 35921] New: [Qt] editing/execCommand/move-selection-back-line.html fails in DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 9 07:17:57 PST 2010


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

           Summary: [Qt] editing/execCommand/move-selection-back-line.html
                    fails in DRT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: LayoutTestFailure, Qt
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


editing/execCommand/move-selection-back-line.html fails in Qt Drt,
but passes in QtLauncher. I have no idea why ...

expected:
window.getSelection().anchorOffset = 1
window.getSelection().anchorNode.parentNode is the <span> node (id="target")

result:
window.getSelection().anchorOffset = 4
window.getSelection().anchorNode.parentNode is first <p> node
(between "s" and "t" of "first" word)

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