[Webkit-unassigned] [Bug 61807] New: editing/pasteboard/paste-blockquote-into-blockquote-2.html gives wrong result

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 14:02:34 PDT 2011


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

           Summary: editing/pasteboard/paste-blockquote-into-blockquote-2.
                    html gives wrong result
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sullivan at chromium.org
                CC: rniwa at webkit.org


The layout test starts with the content:

<blockquote type='cite' id="block">One</blockquote>

And pastes this content after the text inside the blockquote:

<span><blockquote type='cite'><blockquote type='cite'><div>Two</div><div>Three</div></blockquote></blockquote>

The result is the following html:

<blockquote type='cite' id="block">One Two <blockquote type='cite'><div>Three</div></blockquote></blockquote>

The "Two" should be inside the nested blockquote, not outside of it. This behavior has been in the test results since the test was added in ChangeSet 38273.

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