Bug 35921
| Summary: | [Qt] editing/execCommand/move-selection-back-line.html fails in DRT | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | Tools / Tests | Assignee: | QtWebKit Unassigned <webkit-qt-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | robert |
| Priority: | P3 | Keywords: | LayoutTestFailure, Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Csaba Osztrogonác
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)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Robert Hogan
This passes now! (At least for me!)
Csaba Osztrogonác
(In reply to comment #1)
> This passes now! (At least for me!)
For me too. :) Could you unskip it, please? rs=me
Robert Hogan
Committed r69684: <http://trac.webkit.org/changeset/69684>